$InventorySourceGroup.fromJson constructor
$InventorySourceGroup.fromJson(
- Map json_
Implementation
$InventorySourceGroup.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
inventorySourceGroupId:
json_['inventorySourceGroupId'] as core.String?,
name: json_['name'] as core.String?,
);