SetSemantics.deserialize constructor
Deserializes this command from the value generated by serialize.
Implementation
SetSemantics.deserialize(super.json)
: enabled = json['enabled']!.toLowerCase() == 'true',
super.deserialize();
Deserializes this command from the value generated by serialize.
SetSemantics.deserialize(super.json)
: enabled = json['enabled']!.toLowerCase() == 'true',
super.deserialize();