annotations property
ReadonlyArray<Annotation>
get
annotations
Implementation
_i4.ReadonlyArray<_i3.Annotation> get annotations => _i5.getProperty(
this,
'annotations',
);
set
annotations
(ReadonlyArray<Annotation> value)
Implementation
set annotations(_i4.ReadonlyArray<_i3.Annotation> value) {
_i5.setProperty(
this,
'annotations',
value,
);
}