WidgetbookData class abstract
WidgetbookData contains information about the annotated element.
- Implementers
Constructors
-
WidgetbookData({required String name, required String importStatement, required List<
String> dependencies})
Properties
-
dependencies
→ List<
String> -
The import statements defined by the file in which the annotation is used.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importStatement → String
-
The import statement necessary to reference this type or function in the
final output file
final
- name → String
-
The name of the annotated element
final
- 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
-
toMap(
) → Map< String, dynamic> - Maps this object into a serializable format
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited