abstract class Routes { static const INITIAL = '/'; static const LOGIN = '/login'; static const CAMERA = '/camera'; static const LIST = '/list'; }