$InventorySourceAssignedTargetingOptionDetails.fromJson constructor

$InventorySourceAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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