DynamicEnumGenerator class
Dynamic enum generator for API keys and services
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateEnums(
) → Future< void> - Generate dynamic enums from Firestore data
-
getAllApiKeys(
) → Map< String, String> - Get all available API keys
-
getAllServices(
) → Map< String, String> - Get all available services
-
getApiKeyByEnumKey(
String enumKey) → String? - Get API key by enum key
-
getServiceByEnumKey(
String enumKey) → String? - Get service by enum key
-
hasApiKey(
String enumKey) → bool - Check if enum key exists for API keys
-
hasService(
String enumKey) → bool - Check if enum key exists for services
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → DynamicEnumGenerator
-
no setter