toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (accessType != null) 'accessType': accessType!,
if (artifactConfig != null) 'artifactConfig': artifactConfig!,
if (attendanceReportGenerationType != null)
'attendanceReportGenerationType': attendanceReportGenerationType!,
if (entryPointAccess != null) 'entryPointAccess': entryPointAccess!,
if (moderation != null) 'moderation': moderation!,
if (moderationRestrictions != null)
'moderationRestrictions': moderationRestrictions!,
};