SyncStatus.fromRawJson constructor

SyncStatus.fromRawJson(
  1. String str
)

Implementation

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