value property
String
get
value
Implementation
String get value {
switch (this) {
case BabylAIEnvironment.production:
return 'production';
case BabylAIEnvironment.development:
return 'development';
}
}