ModelServerCommandField class

Field specification class used in ModelServerCommandBase.

ModelServerCommandBaseで用いるフィールド指定クラス。

Constructors

ModelServerCommandField({required String key, ModelServerCommandField? reference})
Field specification class used in ModelServerCommandBase.
const
ModelServerCommandField.fromJson(DynamicMap json)
Convert from json map to ModelServerCommandField.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
key String
Key Terms.
final
reference ModelServerCommandField?
ModelServerCommandField for reference.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() DynamicMap
Methods for Json serialization.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

kKeyKey → const String
Key key.
kReferenceKey → const String
Key for reference.
typeString → const String
Object type key.