AnnotationCategory class

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

Constructors

AnnotationCategory.new({String? id, String? label, AnnotationCategoryColor? color, bool? isPreset, void remove()?, void setColor(AnnotationCategoryColor)?, void setLabel(String)?})
factory

Properties

color AnnotationCategoryColor

Available on AnnotationCategory, provided by the AnnotationCategory$Typings extension

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

Available on AnnotationCategory, provided by the AnnotationCategory$Typings extension

no setter
isPreset bool

Available on AnnotationCategory, provided by the AnnotationCategory$Typings extension

no setter
label String

Available on AnnotationCategory, provided by the AnnotationCategory$Typings extension

no setter
remove ↔ void Function()

Available on AnnotationCategory, provided by the AnnotationCategory$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setColor ↔ void Function(AnnotationCategoryColor)

Available on AnnotationCategory, provided by the AnnotationCategory$Typings extension

getter/setter pair
setLabel ↔ void Function(String)

Available on AnnotationCategory, provided by the AnnotationCategory$Typings extension

getter/setter pair

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