$CopyWithPlaceholder class

Placeholder used as the default value for parameters in generated methods. It lets the generator distinguish between an explicitly passed null and an omitted parameter, ensuring both nullable and non-nullable fields keep their existing values when not updated.

Constructors

$CopyWithPlaceholder()
const

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

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