setNorthFixedFlag property
- @Deprecated('Use northFixedFlag instead')
Set the value of the NorthFixed flag.
Parameters
- IN isNorthFixed The NorthFixed flag value
Implementation
@Deprecated('Use northFixedFlag instead')
set setNorthFixedFlag(final bool isNorthFixed) {
objectMethod(
_pointerId,
'MapViewPreferences',
'setNorthFixedFlag',
args: isNorthFixed,
dependencyId: _mapPointerId,
);
}