FidoRegResponse class
- Available extensions
Constructors
- FidoRegResponse({required bool success, String? message, String? data, String? errorCode})
Properties
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Available on FidoRegResponse, provided by the FidoRegResponseJson extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
Object result) → FidoRegResponse