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