ProfanityApiResponse constructor

const ProfanityApiResponse({
  1. required bool isProfanity,
  2. required double score,
  3. String? flaggedFor,
})

Implementation

const factory ProfanityApiResponse({
  required bool isProfanity,
  required double score,
  String? flaggedFor,
}) = _ProfanityApiResponse;