AnnotationLayerSummary constructor

AnnotationLayerSummary({
  1. int? allowedCharacterCount,
  2. String? limitType,
  3. int? remainingCharacterCount,
})

Implementation

AnnotationLayerSummary({
  this.allowedCharacterCount,
  this.limitType,
  this.remainingCharacterCount,
});