fromJsonModel static method

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

Implementation

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