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