UserHandlerImpl<T extends UserEntity> class

Inheritance

Constructors

UserHandlerImpl({required DataRepository<UserEntity> repository, required LocalDataRepository<UserEntity> localDataRepository})
const

Properties

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

Methods

create<R>(UserEntity entity, {R? source(R parent)?}) Future<Response<UserEntity>>
override
delete<R>(String id, {R? source(R parent)?}) Future<Response<UserEntity>>
override
get<R>(String id, {bool fromCache = false, R? source(R parent)?}) Future<Response<UserEntity>>
override
gets<R>({bool fromCache = false, R? source(R parent)?}) Future<Response<UserEntity>>
override
getUpdates<R>({R? source(R parent)?}) Future<Response<UserEntity>>
override
live<R>(String id, {R? source(R parent)?}) Stream<Response<UserEntity>>
override
lives<R>({R? source(R parent)?}) Stream<Response<UserEntity>>
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<UserEntity>>
override

Operators

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