PageResponse.fromJson constructor

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

Implementation

factory PageResponse.fromJson(Map<String, dynamic> json) =>
    _$PageResponseFromJson(json);