FeliCaStatusFlag class
The two status bytes a FeliCa card answers with.
Constructors
- FeliCaStatusFlag({required int statusFlag1, required int statusFlag2})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSuccess → bool
-
Whether the card reported success. FeliCa signals that with a zero first flag.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusFlag1 → int
-
Status flag 1. Zero means the command succeeded.
final
- statusFlag2 → int
-
Status flag 2. Meaningful only when statusFlag1 is non-zero, where it says why.
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