shouldShowTargetModeHint property

  1. @Deprecated('shouldShowTargetModeHint is deprecated. Unused.')
bool get shouldShowTargetModeHint

Implementation

@Deprecated('shouldShowTargetModeHint is deprecated. Unused.')
bool get shouldShowTargetModeHint {
  return _shouldShowTargetModeHint;
}
  1. @Deprecated('shouldShowTargetModeHint is deprecated. Unused. Setting this will have no effect.')
set shouldShowTargetModeHint (bool newValue)

Implementation

@Deprecated('shouldShowTargetModeHint is deprecated. Unused. Setting this will have no effect.')
set shouldShowTargetModeHint(bool newValue) {
  _shouldShowTargetModeHint = false;
}