ParticipationStatusCopyWithImpl<T> class
The generated implementation of the copyWith helper for Element. 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.
- Inheritance
-
- Object
- $FhirStringCopyWithImpl<
T> - $FhirCodeCopyWithImpl<
T> - ParticipationStatusCopyWithImpl
Constructors
- ParticipationStatusCopyWithImpl(FhirString _value, T _then(FhirString))
- Constructor for the copyWith implementation.
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(
{Object? newValue = fhirSentinel, Object? element = fhirSentinel, Object? id = fhirSentinel, Object? extension_ = fhirSentinel, Object? disallowExtensions = fhirSentinel}) → 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