ItemGetRequest.fromJson constructor

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

Implementation

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