isPromiseRejected property

bool get isPromiseRejected

Implementation

bool get isPromiseRejected => _promiseState == JSPromiseState.REJECTED;