AnnotationsSummaryLayers constructor

AnnotationsSummaryLayers({
  1. int? allowedCharacterCount,
  2. String? layerId,
  3. String? limitType,
  4. int? remainingCharacterCount,
  5. String? updated,
})

Implementation

AnnotationsSummaryLayers({
  this.allowedCharacterCount,
  this.layerId,
  this.limitType,
  this.remainingCharacterCount,
  this.updated,
});