ProjectsRepositoryImpl class
- Implemented types
- Mixed-in types
Constructors
- ProjectsRepositoryImpl({required ProjectsRemoteDataSource remoteDataSource, required ProjectsLocalDataSource localDataSource, required SyncLocalDataSource syncQueue})
Properties
- connectivity → Connectivity
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- localDataSource → ProjectsLocalDataSource
-
final
- remoteDataSource → ProjectsRemoteDataSource
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncQueue → SyncLocalDataSource
-
final
Methods
-
createProject(
String name) → Future< Either< Failure, Project> > -
override
-
deleteProject(
String id) → Future< Either< Failure, bool> > -
override
-
getProjects(
) → Future< Either< Failure, List< >Project> > -
override
-
isConnected(
) → Future< bool> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited