isCustomUrlStrategySet top-level property
getter/setter pair
Whether a custom URL strategy has been set or not.
Implementation
//
// It is valid to set [_customUrlStrategy] to null, so we can't use a null
// check to determine whether it was set or not. We need an extra boolean.
bool isCustomUrlStrategySet = false;