newInstance static method
Creates a new QualityThresholds instance.
Implementation
static Future<QualityThresholds> newInstance(
{required BigInt excellent,
required BigInt great,
required BigInt good,
required BigInt moderate,
required BigInt poor}) =>
RustLib.instance.api.crateApiModelsConfigQualityThresholdsNew(
excellent: excellent,
great: great,
good: good,
moderate: moderate,
poor: poor);