toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final authorizedSellerStatus = this.authorizedSellerStatus;
final targetingOptionId = this.targetingOptionId;
return {
'authorizedSellerStatus': ?authorizedSellerStatus,
'targetingOptionId': ?targetingOptionId,
};
}