BatchInventoryReadRequest.fromJson constructor

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

Implementation

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