$InventorySourceGroupAssignedTargetingOptionDetails.fromJson constructor

$InventorySourceGroupAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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