ContrastAlgorithm.fromJson constructor

ContrastAlgorithm.fromJson(
  1. String value
)

Implementation

factory ContrastAlgorithm.fromJson(String value) =>
    ContrastAlgorithm.values.firstWhere((e) => e.value == value);