AuthenticatorType constructor

const AuthenticatorType({
  1. required String value,
})

Implementation

const AuthenticatorType({required this.value});