base property
String
get
base
Implementation
static String get base => switch (env) {
'local' => 'http://localhost:5001/app-flight-stage/us-central1/api/v1',
'stage' => 'https://api-luv3aa3cia-uc.a.run.app/v1',
_ => 'https://us-central1-app-flight-prod.cloudfunctions.net/api/v1',
};