GetCommunity constructor

  1. @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const GetCommunity({
  1. int? id,
  2. String? name,
  3. String? auth,
})

Implementation

@JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const factory GetCommunity({
  int? id,
  String? name,
  String? auth,
}) = _GetCommunity;