fromJsonModel static method

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

Implementation

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