ReadOnPath<D> class abstract

Defines a path-based read operation interface.

This interface should be implemented by data sources that support reading data from a specific path. The implementation determines how the path is interpreted to locate and retrieve the data.

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

Implementers

Constructors

ReadOnPath.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
read(String path) Future<D?>
Reads data from the specified path.
toString() String
A string representation of this object.
inherited

Operators

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