WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem.fromJson constructor

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

Implementation

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