listFromJson static method

List<ChangeOccurrenceTimeModel> listFromJson(
  1. dynamic json
)

Implementation

static List<ChangeOccurrenceTimeModel> listFromJson(dynamic json) =>
    json.map(ChangeOccurrenceTimeModel.fromJson).toList();