Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
get_collection_statistics_usecase.dart File Reference
import package;
import dartz.dart;
import core;
import common;
import use_case;
import use_case.dart;
import error;
import failures.dart;
import data;
import models;
import collection_statistics_model.dart;
import repositories;
import dashboard_repository.dart;
Include dependency graph for get_collection_statistics_usecase.dart:

Go to the source code of this file.

Classes

class  GetCollectionStatisticsParams

Functions

 GetCollectionStatisticsUseCase (this.repository)
override Future< Either< Failure, CollectionStatisticsModel > > call (GetCollectionStatisticsParams params) async

Variables

class GetCollectionStatisticsParams CollectionStatisticsModel
class GetCollectionStatisticsParams repository

Function Documentation

◆ call()

override Future< Either< Failure, CollectionStatisticsModel > > call ( GetCollectionStatisticsParams params)

Definition at line 24 of file get_collection_statistics_usecase.dart.

◆ GetCollectionStatisticsUseCase()

GetCollectionStatisticsUseCase ( this. repository)
Here is the caller graph for this function:

Variable Documentation

◆ CollectionStatisticsModel

class GetCollectionStatisticsParams CollectionStatisticsModel

◆ repository