toJson method

Map<String, dynamic> toJson()

Creates a json map from a Sync

Implementation

Map<String, dynamic> toJson() => _$SyncToJson(this);