SetFrameSync.deserialize constructor

SetFrameSync.deserialize(
  1. Map<String, String> json
)

Deserializes this command from the value generated by serialize.

Implementation

SetFrameSync.deserialize(super.json)
  : enabled = json['enabled']!.toLowerCase() == 'true',
    super.deserialize();