FutronicStatus class

Constructors

FutronicStatus({required int currentStatus, Pointer<FTR_RESPONSE>? response, int? quality})
FutronicStatus.fromQuality(int quality)
factory

Properties

currentStatus FTR_SIGNAL_STATUS
Retorna o status atual do leitor para indicar ao usuário quando deve tirar e colocar o dedo
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
quality int?
final
response int
Retorna apenas dois valores, 1 = Leitura cancelada e 2 = Leitura em andamento
getter/setter pair
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