fromValue static method
Implementation
static TransactionAutomationMode fromValue(String value) =>
values.firstWhere((e) => e.value == value);
static TransactionAutomationMode fromValue(String value) =>
values.firstWhere((e) => e.value == value);