isSuccess property
bool
get
isSuccess
Whether the card reported success. FeliCa signals that with a zero first flag.
Implementation
bool get isSuccess => statusFlag1 == 0x00;
Whether the card reported success. FeliCa signals that with a zero first flag.
bool get isSuccess => statusFlag1 == 0x00;