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