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