fromJsonModel static method

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

Implementation

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