annotations property
- @TagNumber(5)
annotations can be used to store additional information about the image
Implementation
@$pb.TagNumber(5)
$4.Annotations get annotations => $_getN(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set annotations($4.Annotations v) { setField(5, v); }