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