isSuccess property

bool get isSuccess

Whether the card reported success. FeliCa signals that with a zero first flag.

Implementation

bool get isSuccess => statusFlag1 == 0x00;