usesPrecomputedPlan property
bool
get
usesPrecomputedPlan
Whether this device consumes a precomputed plan (after validation).
Implementation
bool get usesPrecomputedPlan => _plan != null;
Whether this device consumes a precomputed plan (after validation).
bool get usesPrecomputedPlan => _plan != null;