toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (acronym != null) 'acronym': acronym!,
      if (group != null) 'group': group!,
      if (id != null) 'id': id!,
      if (relevantAudits != null) 'relevantAudits': relevantAudits!,
      if (weight != null) 'weight': weight!,
    };