Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
get_pdf_path_usecase.dart File Reference
import package;
import dartz.dart;
import equatable.dart;
import core;
import common;
import use_case;
import use_case.dart;
import error;
import failures.dart;
import repository;
import elearning_v2_repository.dart;
Include dependency graph for get_pdf_path_usecase.dart:

Go to the source code of this file.

Classes

class  UseCase< String, PdfParams >

Functions

const PdfParams ({required this.courseId})

Variables

class GetPdfPathUseCase implements UseCase< String, PdfParamscourseId
override List< Object?> get props => [courseId]

Function Documentation

◆ PdfParams()

const PdfParams ( {required this.courseId} )
Here is the caller graph for this function:

Variable Documentation

◆ courseId

class GetPdfPathUseCase implements UseCase< String, PdfParams > courseId

◆ props

override List<Object?> get props => [courseId]

Definition at line 25 of file get_pdf_path_usecase.dart.