AuthenticatorProtocol.fromJson constructor

AuthenticatorProtocol.fromJson(
  1. String value
)

Implementation

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