ModAddCommunityView constructor
const
ModAddCommunityView({
- @JsonKey.new(name: 'mod_add_community') required ModAddCommunity modAddCommunity,
- Person? moderator,
- Community? community,
- @JsonKey.new(name: 'modded_person') Person? moddedPerson,
Implementation
const factory ModAddCommunityView({
@JsonKey(name: 'mod_add_community') required ModAddCommunity modAddCommunity,
Person? moderator,
Community? community,
@JsonKey(name: 'modded_person') Person? moddedPerson,
}) = _ModAddCommunityView;