AuthenticationFactor constructor

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

Implementation

const AuthenticationFactor({required this.value});