AnnotationsMixin constructor

AnnotationsMixin({
  1. ReadonlyArray<Annotation>? annotations,
})

Implementation

factory AnnotationsMixin({_i4.ReadonlyArray<_i3.Annotation>? annotations}) =>
    AnnotationsMixin._(annotations: annotations ?? _i7.undefined);