inputValue property

  1. @TagNumber(1)
FFIconData get inputValue

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

Implementation

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

Implementation

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