OverwriteOnPath<D> class
abstract
Defines a path-based overwrite operation interface.
This interface should be implemented by data sources that support overwriting existing data at a specific path. The overwrite operation explicitly replaces any existing data, unlike write which might merge or append depending on the implementation.
The generic type D
represents the data model to be written.
- Implementers
Constructors
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
-
overwrite(
String path, D data) → Future< String?> - Overwrites data at the specified path.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited