iconData property

  1. @TagNumber.new(3)
int get iconData

Implementation

@$pb.TagNumber(3)
$core.int get iconData => $_getIZ(2);
  1. @TagNumber.new(3)
set iconData (int v)

Implementation

@$pb.TagNumber(3)
set iconData($core.int v) { $_setUnsignedInt32(2, v); }