annotations property

  1. @TagNumber.new(5)
Annotations get annotations

annotations can be used to store additional information about the image

Implementation

@$pb.TagNumber(5)
$4.Annotations get annotations => $_getN(4);
  1. @TagNumber.new(5)
set annotations (Annotations v)

Implementation

@$pb.TagNumber(5)
set annotations($4.Annotations v) { setField(5, v); }