rawValue property
String
get
rawValue
Implementation
String get rawValue {
switch (this) {
case BaseUrls.demo:
return 'https://ridenodeauth.limor.us/passenger/';
case BaseUrls.live:
return 'http://192.168.1.7:3000/';
case BaseUrls.local:
return "";
}
}