toJson method

Map<Object?, Object?> toJson()

Returns a representation of this object as a JSON object.

Implementation

Map<Object?, Object?> toJson() => {
      "conferenceAlias": conferenceAlias,
      "conferenceId": conferenceId,
      "participantCount": participantCount,
      "participants": participants
    };