WebApiModulesInventoryContainerItemRemoveFromContainerResponse.fromJson constructor

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

Implementation

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