fromJsonModel static method

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

Implementation

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