fromJsonModel static method

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

Implementation

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