BatchInventoryChangeRequest.fromJson constructor

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

Implementation

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