crateApiModelsConfigQualityThresholdsNew abstract method
Implementation
Future<QualityThresholds> crateApiModelsConfigQualityThresholdsNew(
{required BigInt excellent,
required BigInt great,
required BigInt good,
required BigInt moderate,
required BigInt poor});