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

hashCode int
The hash code for this object.
no setterinherited
requestId String
A string representing the request ID received from the enrollment process.
final
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