name property

String name

Implementation

String get name => switch (this) {
      Category.analytics => 'Analytics',
      Category.api => 'API',
      Category.auth => 'Auth',
      Category.dataStore => 'DataStore',
      Category.hub => 'Hub',
      Category.storage => 'Storage',
      Category.pushNotifications => 'PushNotifications',
    };