AnnotationsSummary constructor

AnnotationsSummary({
  1. String? kind,
  2. List<AnnotationsSummaryLayers>? layers,
})

Implementation

AnnotationsSummary({
  this.kind,
  this.layers,
});