isAsync property

bool get isAsync

Whether this registration uses an asynchronous builder.

Implementation

bool get isAsync => asyncBuilder != null;