Layersummary constructor

Layersummary({
  1. int? annotationCount,
  2. List<String>? annotationTypes,
  3. String? annotationsDataLink,
  4. String? annotationsLink,
  5. String? contentVersion,
  6. int? dataCount,
  7. String? id,
  8. String? kind,
  9. String? layerId,
  10. String? selfLink,
  11. String? updated,
  12. String? volumeAnnotationsVersion,
  13. String? volumeId,
})

Implementation

Layersummary({
  this.annotationCount,
  this.annotationTypes,
  this.annotationsDataLink,
  this.annotationsLink,
  this.contentVersion,
  this.dataCount,
  this.id,
  this.kind,
  this.layerId,
  this.selfLink,
  this.updated,
  this.volumeAnnotationsVersion,
  this.volumeId,
});