copyWith method
Implementation
CommunityPermissions copyWith({bool? canEditChatList}) =>
CommunityPermissions(
canEditChatList: canEditChatList ?? this.canEditChatList,
);
CommunityPermissions copyWith({bool? canEditChatList}) =>
CommunityPermissions(
canEditChatList: canEditChatList ?? this.canEditChatList,
);