isAsync property
bool
get
isAsync
Whether this registration uses an asynchronous builder.
Implementation
bool get isAsync => asyncBuilder != null;
Whether this registration uses an asynchronous builder.
bool get isAsync => asyncBuilder != null;