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