isManual property
bool
get
isManual
Whether the configured routing strategy uses manual routing.
Implementation
bool get isManual => strategy == 'manual';
Whether the configured routing strategy uses manual routing.
bool get isManual => strategy == 'manual';