Notebook class
Represents a notebook.
Constructors
Properties
- contents ↔ String?
-
The contents of the notebook.
getter/setter pair
-
dependencyTargets
↔ List<
Target> ? -
A list of actions that this action depends on.
getter/setter pair
- disabled ↔ bool?
-
Whether this action is disabled (i.e. should not be run).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Arbitrary, user-defined tags on this action.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited