WriteOnPath<D> class abstract

Defines a path-based write operation interface.

This interface should be implemented by data sources that support writing data to a specific path. The implementation determines how the path is interpreted and how data is written (e.g., merging with existing data or creating new entries).

The generic type D represents the data model to be written.

Implementers

Constructors

WriteOnPath.new()

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
write(String path, D data) Future<String?>
Writes data to the specified path.

Operators

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