menu
katkode_ai_manager package
documentation
models/ai_model_type.dart
AiModelType
fromMap static method
fromMap static method
dark_mode
light_mode
fromMap
static method
AiModelType
fromMap
(
Map
map
)
Implementation
static AiModelType fromMap(Map map) { return AiModelType( typeName: map['typeName'], ); }
katkode_ai_manager package
documentation
models/ai_model_type
AiModelType
fromMap static method
AiModelType class