InventoryAdjustment.fromJson constructor

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

Implementation

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