legacyIconCount property

  1. @TagNumber(3)
int get legacyIconCount

Implementation

@$pb.TagNumber(3)
$core.int get legacyIconCount => $_getIZ(2);
  1. @TagNumber(3)
set legacyIconCount (int value)

Implementation

@$pb.TagNumber(3)
set legacyIconCount($core.int value) => $_setSignedInt32(2, value);