toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accessType = this.accessType;
  final artifactConfig = this.artifactConfig;
  final attendanceReportGenerationType = this.attendanceReportGenerationType;
  final entryPointAccess = this.entryPointAccess;
  final moderation = this.moderation;
  final moderationRestrictions = this.moderationRestrictions;
  return {
    'accessType': ?accessType,
    'artifactConfig': ?artifactConfig,
    'attendanceReportGenerationType': ?attendanceReportGenerationType,
    'entryPointAccess': ?entryPointAccess,
    'moderation': ?moderation,
    'moderationRestrictions': ?moderationRestrictions,
  };
}