$AuthorizedSellerStatusTargetingOptionDetails.fromJson constructor

$AuthorizedSellerStatusTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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