GetOffset.deserialize constructor
- Map<
String, String> json, - DeserializeFinderFactory finderFactory
Deserializes this command from the value generated by serialize.
Implementation
GetOffset.deserialize(super.json, super.finderFactory)
: offsetType = _offsetTypeIndex.lookupBySimpleName(json['offsetType']!),
super.deserialize();