FactCheck constructor
const
FactCheck({
- required bool needCheck,
- String? country,
- TextWithEntitiesBase? text,
- required int hash,
Fact Check constructor.
Implementation
const FactCheck({
required this.needCheck,
this.country,
this.text,
required this.hash,
}) : super._();