Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
send_collection_rating_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 entities;
import req;
import req_collection_rating_entity.dart;
import repositories;
import collection_repository.dart;
Include dependency graph for send_collection_rating_usecase.dart:

Go to the source code of this file.

Classes

class  SendCollectionRatingParams

Functions

 SendCollectionRatingUsecase ({required this.repository})
override Future< Either< Failure, bool > > call (SendCollectionRatingParams params) async

Variables

class SendCollectionRatingParams bool
class SendCollectionRatingParams repository

Function Documentation

◆ call()

override Future< Either< Failure, bool > > call ( SendCollectionRatingParams params)

Definition at line 28 of file send_collection_rating_usecase.dart.

◆ SendCollectionRatingUsecase()

SendCollectionRatingUsecase ( {required this.repository} )
Here is the caller graph for this function:

Variable Documentation

◆ bool

◆ repository

class SendCollectionRatingParams repository