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