DeleteCommunity constructor
const
DeleteCommunity({})
Implementation
const factory DeleteCommunity({@JsonKey(name: 'community_id') required int communityId, required bool deleted, required String auth}) = _DeleteCommunity;