RequestIdReceived class
The RequestIdReceived state is used when a request ID has been received during the enrollment process.
This class contains a required requestId that represents the unique request ID.
- Implemented types
Constructors
- RequestIdReceived.new({required String requestId})
-
Constructor for RequestIdReceived that requires a
requestId
.
Properties
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