EnrollError class

The EnrollError state is used when the enrollment process encounters an error.

This class contains a required errorString to provide details about the error.

Implemented types

Constructors

EnrollError.new({required String errorString})
Constructor for EnrollError that requires an errorString.

Properties

errorString String
A string representing the error message encountered during enrollment.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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