isAsync property
bool
get
isAsync
Whether this combo loads extra options asynchronously.
Implementation
bool get isAsync => fetchOptions != null;
Whether this combo loads extra options asynchronously.
bool get isAsync => fetchOptions != null;