DataHandlerImpl<T extends Entity> class

Inheritance

Constructors

DataHandlerImpl({required DataRepository<T> repository})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
repository DataRepository<T>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create<R>(T entity, [R? source(R parent)?]) Future<Response<T>>
override
delete<R>(String id, [R? source(R parent)?]) Future<Response<T>>
override
get<R>(String id, [R? source(R parent)?]) Future<Response<T>>
override
gets<R>([R? source(R parent)?]) Future<Response<T>>
override
getUpdates<R>([R? source(R parent)?]) Future<Response<T>>
override
live<R>(String id, [R? source(R parent)?]) Stream<Response<T>>
override
lives<R>([R? source(R parent)?]) Stream<Response<T>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update<R>(String id, Map<String, dynamic> data, [R? source(R parent)?]) Future<Response<T>>
override

Operators

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