InventoryTransferResponse.fromJson constructor

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

Implementation

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