isPromiseResolved property

bool get isPromiseResolved

Implementation

bool get isPromiseResolved => _promiseState == JSPromiseState.FULFILLED;