autoFocus property

  1. @TagNumber(10)
bool get autoFocus

Not overridable

Implementation

@$pb.TagNumber(10)
$core.bool get autoFocus => $_getBF(8);
  1. @TagNumber(10)
set autoFocus (bool value)

Implementation

@$pb.TagNumber(10)
set autoFocus($core.bool value) => $_setBool(8, value);