inputValue property

  1. @TagNumber(1)
bool get inputValue

@doc A preset boolean value that represents a static/hardcoded boolean.

Implementation

@$pb.TagNumber(1)
$core.bool get inputValue => $_getBF(0);
  1. @TagNumber(1)
set inputValue (bool value)

Implementation

@$pb.TagNumber(1)
set inputValue($core.bool value) => $_setBool(0, value);