fromJsonModel static method

AddToSyncResult fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static AddToSyncResult fromJsonModel(Map<String, dynamic> json) =>
    AddToSyncResult.fromJson(json);