toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (effectiveEnrollmentState != null)
        'effectiveEnrollmentState': effectiveEnrollmentState!,
      if (effectiveReviewState != null)
        'effectiveReviewState': effectiveReviewState!,
      if (effectiveUriSettings != null)
        'effectiveUriSettings': effectiveUriSettings!,
      if (enrollmentState != null) 'enrollmentState': enrollmentState!,
      if (merchantId != null) 'merchantId': merchantId!,
      if (reviewState != null) 'reviewState': reviewState!,
      if (uriSettings != null) 'uriSettings': uriSettings!,
    };