toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (approvalStatus != null) 'approvalStatus': approvalStatus!,
  if (contentAndPolicyReviewStatus != null)
    'contentAndPolicyReviewStatus': contentAndPolicyReviewStatus!,
  if (creativeAndLandingPageReviewStatus != null)
    'creativeAndLandingPageReviewStatus': creativeAndLandingPageReviewStatus!,
  if (exchangeReviewStatuses != null)
    'exchangeReviewStatuses': exchangeReviewStatuses!,
};