StopPinRequestDetails class

Constructors

StopPinRequestDetails({required int signRequestId, PinRequestErrorType? errorType})
StopPinRequestDetails.fromJS(StopPinRequestDetails _wrapped)

Properties

errorType PinRequestErrorType?
The error template. If present it is displayed to user. Intended to contain the reason for stopping the flow if it was caused by an error, e.g. MAX_ATTEMPTS_EXCEEDED.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signRequestId int
The ID given by Chrome in SignRequest.
getter/setter pair
toJS → StopPinRequestDetails
no setter

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