SynchData.fromRawJson constructor

SynchData.fromRawJson(
  1. String str
)

Implementation

factory SynchData.fromRawJson(String str) =>
    SynchData.fromJson(json.decode(str));