WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest.fromJson constructor

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

Implementation

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