ok property

bool get ok

Implementation

bool get ok =>
    status != null && status == NewTransactionResponseStatus.success;