isSuccess property

bool get isSuccess

Getter tiện lợi để kiểm tra thao tác có thành công hay không.

Implementation

bool get isSuccess => status == CardStatus.ok;