AutomationRate.fromJson constructor

AutomationRate.fromJson(
  1. String value
)

Implementation

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