isNotEstablished property

bool isNotEstablished

Returns true if purchase request was failed, otherwise false.

Implementation

bool get isNotEstablished => !isEstablished;