DeleteCommunity constructor

const DeleteCommunity({
  1. @JsonKey.new(name: 'community_id') required int communityId,
  2. required bool deleted,
  3. required String auth,
})

Implementation

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