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