emptyIconValue property

  1. @TagNumber(14)
FFIconValue get emptyIconValue

Implementation

@$pb.TagNumber(14)
FFIconValue get emptyIconValue => $_getN(13);
  1. @TagNumber(14)
set emptyIconValue (FFIconValue value)

Implementation

@$pb.TagNumber(14)
set emptyIconValue(FFIconValue value) => $_setField(14, value);