PlanActionBuilder class Null safety
- Implemented types
Constructors
Properties
- definitionQuestionnaire ↔ Questionnaire?
-
read / write
- description ↔ String?
-
read / write
- duration ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- timing ↔ TimingBuilder
-
read / write
- title ↔ String?
-
read / write
Methods
-
build(
) → PlanAction -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
replace(
PlanAction other) → void -
Replaces the value in the builder with a new one.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(PlanActionBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited