Enable2FA class

Data structure for enabling 2FA

Constructors

Enable2FA(String twoFactorSecret, String twoFactorToken, String password)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
password String
data'password'
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
twoFactorSecret String
data'2fa_secret'
final
twoFactorToken String
data'2fa_token'
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited