GetCommunity constructor

  1. @apiSerde
const GetCommunity({
  1. int? id,
  2. String? name,
  3. String? auth,
})

Implementation

@apiSerde
const factory GetCommunity({
  int? id,
  String? name,
  String? auth,
}) = _GetCommunity;