CarePlanActivityDetailStatus class Null safety

Inheritance

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer Serializer<CarePlanActivityDetailStatus>
read-only
values BuiltSet<CarePlanActivityDetailStatus>
read-only

Static Methods

valueOf(String name) CarePlanActivityDetailStatus

Constants

cancelled → const CarePlanActivityDetailStatus
_$cancelled
completed → const CarePlanActivityDetailStatus
_$completed
enteredInError → const CarePlanActivityDetailStatus
_$enteredInError
inProgress → const CarePlanActivityDetailStatus
_$inProgress
notStarted → const CarePlanActivityDetailStatus
_$notStarted
onHold → const CarePlanActivityDetailStatus
_$onHold
scheduled → const CarePlanActivityDetailStatus
_$scheduled
stopped → const CarePlanActivityDetailStatus
_$stopped
unknown → const CarePlanActivityDetailStatus
_$unknown