listFromJson static method
Implementation
static List<NewRecurrence> listFromJson(dynamic json) =>
json.map(NewRecurrence.fromJson).toList();
static List<NewRecurrence> listFromJson(dynamic json) =>
json.map(NewRecurrence.fromJson).toList();