ModelConfig class

Constructors

ModelConfig({required String id, required String name, required String description, required ConfigType type, required ConfigValue value})
ModelConfig.fromJson(Map x)
factory

Properties

description → String
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
name → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → ConfigType
final
value → ConfigValue
final

Methods

copyWith({String? id, String? name, String? description, ConfigType? type, ConfigValue? value}) → ModelConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, String?>
toString() → String
A string representation of this object.
inherited
updateValue(ConfigValue value) → ModelConfig

Operators

operator ==(Object other) → bool
The equality operator.
inherited