BlockCommunity constructor

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

Implementation

const factory BlockCommunity({@JsonKey(name: 'community_id') required int communityId, required bool block, required String auth}) = _BlockCommunity;