Annotation class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

Annotation.new({String? label, String? labelMarkdown, ReadonlyArray<AnnotationProperty>? properties, String? categoryId})
factory

Properties

categoryId String?

Available on Annotation, provided by the Annotation$Typings extension

no setter
hashCode int
The hash code for this object.
no setterinherited
label String?

Available on Annotation, provided by the Annotation$Typings extension

no setter
labelMarkdown String?

Available on Annotation, provided by the Annotation$Typings extension

no setter
properties ReadonlyArray<AnnotationProperty>?

Available on Annotation, provided by the Annotation$Typings extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited