InventoryAdjustmentGroup.fromJson constructor

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

Implementation

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