OrderedPagedCollection.fromJson constructor

OrderedPagedCollection.fromJson(
  1. Map<String, dynamic> json
)

Implementation

OrderedPagedCollection.fromJson(Map<String, dynamic> json)
    : context = json["@context"],
      type = json["type"],
      totalItems = json["totalItems"],
      first = json["first"],
      last = json["last"],
      id = json["id"];