isSuccess property

bool get isSuccess

Whether this status is success.

Implementation

bool get isSuccess => this is SuccessStatus;