isReady property

bool get isReady

check if this isolate is ready to accept message.

Implementation

bool get isReady => _ready.isCompleted;