$AssignedInventorySource.fromJson constructor
$AssignedInventorySource.fromJson(
- Map json_
Implementation
$AssignedInventorySource.fromJson(core.Map json_)
: this(
assignedInventorySourceId:
json_['assignedInventorySourceId'] as core.String?,
inventorySourceId: json_['inventorySourceId'] as core.String?,
name: json_['name'] as core.String?,
);