BatchInventoryReadCountRequest.fromJson constructor

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

Implementation

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