FactCheck constructor

FactCheck({
  1. FormattedText? text,
  2. required String countryCode,
})

Implementation

FactCheck({this.text, required this.countryCode});