inputValue property
@doc A preset icon data value that represents a static/hardcoded icon data.
Implementation
@$pb.TagNumber(1)
FFIconData get inputValue => $_getN(0);
Implementation
@$pb.TagNumber(1)
set inputValue(FFIconData value) => $_setField(1, value);