toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final allowExternalMembers = this.allowExternalMembers;
final allowGoogleCommunication = this.allowGoogleCommunication;
final allowWebPosting = this.allowWebPosting;
final archiveOnly = this.archiveOnly;
final customFooterText = this.customFooterText;
final customReplyTo = this.customReplyTo;
final customRolesEnabledForSettingsToBeMerged =
this.customRolesEnabledForSettingsToBeMerged;
final defaultMessageDenyNotificationText =
this.defaultMessageDenyNotificationText;
final defaultSender = this.defaultSender;
final description = this.description;
final email = this.email;
final enableCollaborativeInbox = this.enableCollaborativeInbox;
final favoriteRepliesOnTop = this.favoriteRepliesOnTop;
final includeCustomFooter = this.includeCustomFooter;
final includeInGlobalAddressList = this.includeInGlobalAddressList;
final isArchived = this.isArchived;
final kind = this.kind;
final maxMessageBytes = this.maxMessageBytes;
final membersCanPostAsTheGroup = this.membersCanPostAsTheGroup;
final messageDisplayFont = this.messageDisplayFont;
final messageModerationLevel = this.messageModerationLevel;
final name = this.name;
final primaryLanguage = this.primaryLanguage;
final replyTo = this.replyTo;
final sendMessageDenyNotification = this.sendMessageDenyNotification;
final showInGroupDirectory = this.showInGroupDirectory;
final spamModerationLevel = this.spamModerationLevel;
final whoCanAdd = this.whoCanAdd;
final whoCanAddReferences = this.whoCanAddReferences;
final whoCanApproveMembers = this.whoCanApproveMembers;
final whoCanApproveMessages = this.whoCanApproveMessages;
final whoCanAssignTopics = this.whoCanAssignTopics;
final whoCanAssistContent = this.whoCanAssistContent;
final whoCanBanUsers = this.whoCanBanUsers;
final whoCanContactOwner = this.whoCanContactOwner;
final whoCanDeleteAnyPost = this.whoCanDeleteAnyPost;
final whoCanDeleteTopics = this.whoCanDeleteTopics;
final whoCanDiscoverGroup = this.whoCanDiscoverGroup;
final whoCanEnterFreeFormTags = this.whoCanEnterFreeFormTags;
final whoCanHideAbuse = this.whoCanHideAbuse;
final whoCanInvite = this.whoCanInvite;
final whoCanJoin = this.whoCanJoin;
final whoCanLeaveGroup = this.whoCanLeaveGroup;
final whoCanLockTopics = this.whoCanLockTopics;
final whoCanMakeTopicsSticky = this.whoCanMakeTopicsSticky;
final whoCanMarkDuplicate = this.whoCanMarkDuplicate;
final whoCanMarkFavoriteReplyOnAnyTopic =
this.whoCanMarkFavoriteReplyOnAnyTopic;
final whoCanMarkFavoriteReplyOnOwnTopic =
this.whoCanMarkFavoriteReplyOnOwnTopic;
final whoCanMarkNoResponseNeeded = this.whoCanMarkNoResponseNeeded;
final whoCanModerateContent = this.whoCanModerateContent;
final whoCanModerateMembers = this.whoCanModerateMembers;
final whoCanModifyMembers = this.whoCanModifyMembers;
final whoCanModifyTagsAndCategories = this.whoCanModifyTagsAndCategories;
final whoCanMoveTopicsIn = this.whoCanMoveTopicsIn;
final whoCanMoveTopicsOut = this.whoCanMoveTopicsOut;
final whoCanPostAnnouncements = this.whoCanPostAnnouncements;
final whoCanPostMessage = this.whoCanPostMessage;
final whoCanTakeTopics = this.whoCanTakeTopics;
final whoCanUnassignTopic = this.whoCanUnassignTopic;
final whoCanUnmarkFavoriteReplyOnAnyTopic =
this.whoCanUnmarkFavoriteReplyOnAnyTopic;
final whoCanViewGroup = this.whoCanViewGroup;
final whoCanViewMembership = this.whoCanViewMembership;
return {
'allowExternalMembers': ?allowExternalMembers,
'allowGoogleCommunication': ?allowGoogleCommunication,
'allowWebPosting': ?allowWebPosting,
'archiveOnly': ?archiveOnly,
'customFooterText': ?customFooterText,
'customReplyTo': ?customReplyTo,
'customRolesEnabledForSettingsToBeMerged':
?customRolesEnabledForSettingsToBeMerged,
'defaultMessageDenyNotificationText': ?defaultMessageDenyNotificationText,
'default_sender': ?defaultSender,
'description': ?description,
'email': ?email,
'enableCollaborativeInbox': ?enableCollaborativeInbox,
'favoriteRepliesOnTop': ?favoriteRepliesOnTop,
'includeCustomFooter': ?includeCustomFooter,
'includeInGlobalAddressList': ?includeInGlobalAddressList,
'isArchived': ?isArchived,
'kind': ?kind,
'maxMessageBytes': ?maxMessageBytes,
'membersCanPostAsTheGroup': ?membersCanPostAsTheGroup,
'messageDisplayFont': ?messageDisplayFont,
'messageModerationLevel': ?messageModerationLevel,
'name': ?name,
'primaryLanguage': ?primaryLanguage,
'replyTo': ?replyTo,
'sendMessageDenyNotification': ?sendMessageDenyNotification,
'showInGroupDirectory': ?showInGroupDirectory,
'spamModerationLevel': ?spamModerationLevel,
'whoCanAdd': ?whoCanAdd,
'whoCanAddReferences': ?whoCanAddReferences,
'whoCanApproveMembers': ?whoCanApproveMembers,
'whoCanApproveMessages': ?whoCanApproveMessages,
'whoCanAssignTopics': ?whoCanAssignTopics,
'whoCanAssistContent': ?whoCanAssistContent,
'whoCanBanUsers': ?whoCanBanUsers,
'whoCanContactOwner': ?whoCanContactOwner,
'whoCanDeleteAnyPost': ?whoCanDeleteAnyPost,
'whoCanDeleteTopics': ?whoCanDeleteTopics,
'whoCanDiscoverGroup': ?whoCanDiscoverGroup,
'whoCanEnterFreeFormTags': ?whoCanEnterFreeFormTags,
'whoCanHideAbuse': ?whoCanHideAbuse,
'whoCanInvite': ?whoCanInvite,
'whoCanJoin': ?whoCanJoin,
'whoCanLeaveGroup': ?whoCanLeaveGroup,
'whoCanLockTopics': ?whoCanLockTopics,
'whoCanMakeTopicsSticky': ?whoCanMakeTopicsSticky,
'whoCanMarkDuplicate': ?whoCanMarkDuplicate,
'whoCanMarkFavoriteReplyOnAnyTopic': ?whoCanMarkFavoriteReplyOnAnyTopic,
'whoCanMarkFavoriteReplyOnOwnTopic': ?whoCanMarkFavoriteReplyOnOwnTopic,
'whoCanMarkNoResponseNeeded': ?whoCanMarkNoResponseNeeded,
'whoCanModerateContent': ?whoCanModerateContent,
'whoCanModerateMembers': ?whoCanModerateMembers,
'whoCanModifyMembers': ?whoCanModifyMembers,
'whoCanModifyTagsAndCategories': ?whoCanModifyTagsAndCategories,
'whoCanMoveTopicsIn': ?whoCanMoveTopicsIn,
'whoCanMoveTopicsOut': ?whoCanMoveTopicsOut,
'whoCanPostAnnouncements': ?whoCanPostAnnouncements,
'whoCanPostMessage': ?whoCanPostMessage,
'whoCanTakeTopics': ?whoCanTakeTopics,
'whoCanUnassignTopic': ?whoCanUnassignTopic,
'whoCanUnmarkFavoriteReplyOnAnyTopic':
?whoCanUnmarkFavoriteReplyOnAnyTopic,
'whoCanViewGroup': ?whoCanViewGroup,
'whoCanViewMembership': ?whoCanViewMembership,
};
}