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