inputValue property

  1. @TagNumber(1)
FFIcon get inputValue

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

Implementation

@$pb.TagNumber(1)
FFIcon get inputValue => $_getN(0);
  1. @TagNumber(1)
set inputValue (FFIcon value)

Implementation

@$pb.TagNumber(1)
set inputValue(FFIcon value) => $_setField(1, value);