$PlanDefinitionActionCopyWith<T> class abstract

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({FhirString? id, List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirString? linkId, FhirString? prefix, FhirString? title, FhirMarkdown? description, FhirMarkdown? textEquivalent, RequestPriority? priority, CodeableConcept? code, List<CodeableConcept>? reason, List<RelatedArtifact>? documentation, List<FhirId>? goalId, CodeableConcept? subjectX, List<TriggerDefinition>? trigger, List<PlanDefinitionCondition>? condition, List<PlanDefinitionInput>? input, List<PlanDefinitionOutput>? output, List<PlanDefinitionRelatedAction>? relatedAction, Age? timingX, CodeableReference? location, List<PlanDefinitionParticipant>? participant, CodeableConcept? type, ActionGroupingBehavior? groupingBehavior, ActionSelectionBehavior? selectionBehavior, ActionRequiredBehavior? requiredBehavior, ActionPrecheckBehavior? precheckBehavior, ActionCardinalityBehavior? cardinalityBehavior, FhirCanonical? definitionX, FhirCanonical? transform, List<PlanDefinitionDynamicValue>? dynamicValue, List<PlanDefinitionAction>? action, bool? disallowExtensions}) → T
The call method uses parameters of type Object? with a default value of fhirSentinel so that omitted parameters retain the sentinel value while explicit nulls do not.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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