Component class

Inheritance

Constructors

Component({required String componentName, String? componentMarkdown, required List<ComponentState> states})

Properties

componentMarkdown String?
Markdown with documentation for the component.
final
componentName String
final
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
organizers List<Organizer>
finalinherited
parent Organizer?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states List<ComponentState>
final
type OrganizerType
finalinherited

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