CarePlanActivityDetailBuilder class Null safety

Implemented types

Constructors

CarePlanActivityDetailBuilder()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
id String?
read / write
instantiatesCanonical String?
read / write
kind String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scheduledPeriod PeriodBuilder
read / write
scheduledTiming TimingBuilder
read / write
status CarePlanActivityDetailStatus?
read / write

Methods

build() CarePlanActivityDetail
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
replace(CarePlanActivityDetail 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(CarePlanActivityDetailBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited