Threshold.fromJson constructor

Threshold.fromJson(
  1. String value
)

Implementation

factory Threshold.fromJson(String value) => _values[value] ?? (throw ArgumentError('Invalid Threshold: $value'));