PinInfo class

Represents information about a PIN requirement for a specific transaction.

Constructors

PinInfo({required String tagRes, required bool needPin})
Creates a new PinInfo object.
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
needPin bool
Whether a PIN is required for the transaction.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
tagRes String
The response tag, identifying the transaction within the system.
final

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