isSuccess property

bool get isSuccess

Whether the card reported plain success, 9000.

A card can also answer 61xx (more data available) or 62xx/63xx (a warning), none of which are failures; check statusWord when those matter.

Implementation

bool get isSuccess => statusWord == 0x9000;