ProjectLocalDataSourceImpl class

Implemented types

Constructors

ProjectLocalDataSourceImpl(Isar isar)

Properties

hashCode int
The hash code for this object.
no setterinherited
isar Isar
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteProject(int id) Future<void>
override
getProjects() Future<List<ProjectModel>>
override
getProjectsStream() Stream<List<ProjectModel>>
override
isProjectNameTaken(String name) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveProject(ProjectModel project) Future<int>
override
toString() String
A string representation of this object.
inherited

Operators

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