displayName property

String get displayName

Implementation

String get displayName {
  switch (this) {
    case BabylAIEnvironment.production:
      return 'Production';
    case BabylAIEnvironment.development:
      return 'Development';
  }
}