Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
Equatable Class Reference
Collaboration diagram for Equatable:

Private Member Functions

const CollectionEntity ({ required this.id, required this.address, required this.datePlanned, required this.dateStart, required this.instructions, required this.lat, required this.lng, required this.order, required this.pickups, required this.priority, required this.reference, required this.restaurant, required this.slot, required this.status, required this.volume, required this.restaurantId, required this.volumeCollected, required this.startTime, required this.endTime, })
override List< Object?> get CollectionModel toModel ()
const Failure ({ required this.message, required this.color, })
const CredentialsEntity ({ this.email, this.password, })
const SessionEntity ({ this.id, this.jsonrpc, this.processType, this.db, this.isAdmin, this.isSystem, this.name, this.partnerId, this.statusCode, this.supportUrl, this.uid, this.userContext, this.username, this.token, this.role, })
const SignInRequestEntity ({ required this.email, required this.password, })
const AuthenticationEvent ()
const AuthenticationState ()
const CheckInOutEvent ()
const CheckInOutState ()
const ReqCreateDriverCollectionEntity ({ required this.collectionPoints, required this.user, })
const UserEntity ({ required this.id, })
const ResCollectionToScheduleEntity ({ required this.city, this.district, required this.id, required this.plannedDate, required this.quantity, required this.reference, required this.supplier, })
const GetCollectionsParams ({ required this.userId, required this.notForToday, required this.type, })
const UpdateCollectionStatusParams ({ required this.collectionId, required this.status, required this.cancellationReasonId, required this.reference, })
const CollectionsEvent ()
const CollectionsState ()
const CollectionsInformationEvent ()
const CollectionsInformationState ()
const CollectionsToScheduleEvent ()
const CollectionsToScheduleState ()
const LocationSelectionEvent ()
const LocationSelectionState ()
const RoutingPlanningEvent ()
const RoutingPlanningState ()
const WeeklyCollectionsEvent ()
const WeeklyCollectionsState ()
const PeriodEvent ()
const PeriodState ()
const CourseEntity ({ this.id, this.title, this.description, this.imageUrl, this.pdfPath, this.qcmPath, this.durationMinutes, this.progress=0.0, this.iconColor, this.createdAt, })
override List< Object?> get CourseEntity copyWith ({ int? id, String? title, String? description, String? imageUrl, String? pdfPath, String? qcmPath, int? durationMinutes, double? progress, String? iconColor, DateTime? createdAt, })
factory CourseEntity fromJson (Map< String, dynamic > json)
const QcmEntity ({ this.id, this.courseId, this.question, this.options, this.correctAnswerIndex, this.explanation, })
override List< Object?> get factory QcmEntity fromJson (Map< String, dynamic > json)
const ElearningV2State ()
const GetHistoryCollectionsParams ({ required this.userId, this.period, this.dateStart, this.dateEnd, })
const GetPendingCollectionsParams ({ required this.userId })
const HistoryCollectionsEvent ()
const HistoryCollectionsState ()
const PendingCollectionsEvent ()
const PendingCollectionsState ()
const HomeEvent ()
const HomeState ()
const GetNotificationsParams ({ required this.userId, })
const NotificationsEvent ()
const NotificationsState ()
const UnloadingEvent ()
const UnloadingState ()

Private Attributes

final int id
final String address
final String dateStart
final String datePlanned
final String instructions
final String lat
final String lng
final int order
final int pickups
final CollectionPriority priority
final String reference
final String restaurant
final int restaurantId
final String slot
final CollectionStatus status
final double volume
final double volumeCollected
final String endTime
final String startTime
override List< Object?> get props
override List< Object?> get address
override List< Object?> get dateStart
override List< Object?> get datePlanned
override List< Object?> get instructions
override List< Object?> get lat
override List< Object?> get lng
override List< Object?> get order
override List< Object?> get pickups
override List< Object?> get priority
override List< Object?> get reference
override List< Object?> get restaurant
override List< Object?> get slot
override List< Object?> get status
override List< Object?> get volume
override List< Object?> get restaurantId
override List< Object?> get volumeCollected
override List< Object?> get startTime
override List< Object?> get endTime
final String message
final Color color
final String email
final String password
override List< Object?> get password
final String jsonrpc
final String processType
final String db
final bool isAdmin
final bool isSystem
final String name
final String partnerId
final int statusCode
final String supportUrl
final int uid
final UserContext userContext
final String username
final String token
final String role
override List< Object?> get jsonrpc
override List< Object?> get processType
override List< Object?> get db
override List< Object?> get isAdmin
override List< Object?> get isSystem
override List< Object?> get name
override List< Object?> get partnerId
override List< Object?> get statusCode
override List< Object?> get supportUrl
override List< Object?> get uid
override List< Object?> get userContext
override List< Object?> get username
override List< Object?> get token
override List< Object?> get role
override List< Object > get props => []
final List< CollectionPointEntitycollectionPoints
final UserEntity user
override List< Object > get user
final String city
final String district
final String plannedDate
final int quantity
final String supplier
override List< Object?> get district
override List< Object?> get id
override List< Object?> get plannedDate
override List< Object?> get quantity
override List< Object?> get supplier
final int userId
final bool notForToday
final String type
override List< Object?> get notForToday
override List< Object?> get type
final int collectionId
final String cancellationReasonId
override List< Object?> get cancellationReasonId
final String title
final String description
final String imageUrl
final String pdfPath
final String qcmPath
final int durationMinutes
final double progress
final String iconColor
final DateTime createdAt
override List< Object?> get title
override List< Object?> get description
override List< Object?> get imageUrl
override List< Object?> get pdfPath
override List< Object?> get qcmPath
override List< Object?> get durationMinutes
override List< Object?> get progress
override List< Object?> get iconColor
override List< Object?> get createdAt
final int courseId
final String question
final List< Stringoptions
final int correctAnswerIndex
final String explanation
override List< Object?> get courseId
override List< Object?> get question
override List< Object?> get options
override List< Object?> get correctAnswerIndex
override List< Object?> get explanation
final String period
final DateTime dateStart
final DateTime dateEnd
override List< Object?> get period
override List< Object?> get dateEnd

Detailed Description

Definition at line 7 of file collection_entity.dart.

Member Function Documentation

◆ AuthenticationEvent()

const Equatable::AuthenticationEvent ( )
private

◆ AuthenticationState()

const Equatable::AuthenticationState ( )
private
Here is the call graph for this function:

◆ CheckInOutEvent()

const Equatable::CheckInOutEvent ( )
private
Here is the call graph for this function:

◆ CheckInOutState()

const Equatable::CheckInOutState ( )
private
Here is the call graph for this function:

◆ CollectionEntity()

const Equatable::CollectionEntity ( { required this.id, required this.address, required this.datePlanned, required this.dateStart, required this.instructions, required this.lat, required this.lng, required this.order, required this.pickups, required this.priority, required this.reference, required this.restaurant, required this.slot, required this.status, required this.volume, required this.restaurantId, required this.volumeCollected, required this.startTime, required this.endTime, } )
private

◆ CollectionsEvent()

const Equatable::CollectionsEvent ( )
private
Here is the call graph for this function:

◆ CollectionsInformationEvent()

const Equatable::CollectionsInformationEvent ( )
private
Here is the call graph for this function:

◆ CollectionsInformationState()

const Equatable::CollectionsInformationState ( )
private
Here is the call graph for this function:

◆ CollectionsState()

const Equatable::CollectionsState ( )
private
Here is the call graph for this function:

◆ CollectionsToScheduleEvent()

const Equatable::CollectionsToScheduleEvent ( )
private
Here is the call graph for this function:

◆ CollectionsToScheduleState()

const Equatable::CollectionsToScheduleState ( )
private
Here is the call graph for this function:

◆ copyWith()

override List< Object?> get CourseEntity Equatable::copyWith ( { int? id, String? title, String? description, String? imageUrl, String? pdfPath, String? qcmPath, int? durationMinutes, double? progress, String? iconColor, DateTime? createdAt, } )
inlineprivate

Definition at line 42 of file course_entity.dart.

Here is the call graph for this function:

◆ CourseEntity()

const Equatable::CourseEntity ( { this.id, this.title, this.description, this.imageUrl, this.pdfPath, this.qcmPath, this.durationMinutes, this.progress=0.0, this.iconColor, this.createdAt, } )
private
Here is the caller graph for this function:

◆ CredentialsEntity()

const Equatable::CredentialsEntity ( { this.email, this.password, } )
private

◆ ElearningV2State()

const Equatable::ElearningV2State ( )
private
Here is the call graph for this function:

◆ Failure()

const Equatable::Failure ( { required this.message, required this.color, } )
private

◆ fromJson() [1/2]

factory CourseEntity Equatable::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 68 of file course_entity.dart.

Here is the call graph for this function:

◆ fromJson() [2/2]

override List< Object?> get factory QcmEntity Equatable::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 30 of file qcm_entity.dart.

Here is the call graph for this function:

◆ GetCollectionsParams()

const Equatable::GetCollectionsParams ( { required this.userId, required this.notForToday, required this.type, } )
private

◆ GetHistoryCollectionsParams()

const Equatable::GetHistoryCollectionsParams ( { required this.userId, this.period, this.dateStart, this.dateEnd, } )
private

◆ GetNotificationsParams()

const Equatable::GetNotificationsParams ( { required this.userId, } )
private

◆ GetPendingCollectionsParams()

const Equatable::GetPendingCollectionsParams ( { required this.userId } )
private

◆ HistoryCollectionsEvent()

const Equatable::HistoryCollectionsEvent ( )
private
Here is the call graph for this function:

◆ HistoryCollectionsState()

const Equatable::HistoryCollectionsState ( )
private
Here is the call graph for this function:

◆ HomeEvent()

const Equatable::HomeEvent ( )
private
Here is the call graph for this function:

◆ HomeState()

const Equatable::HomeState ( )
private
Here is the call graph for this function:

◆ LocationSelectionEvent()

const Equatable::LocationSelectionEvent ( )
private
Here is the call graph for this function:

◆ LocationSelectionState()

const Equatable::LocationSelectionState ( )
private
Here is the call graph for this function:

◆ NotificationsEvent()

const Equatable::NotificationsEvent ( )
private
Here is the call graph for this function:

◆ NotificationsState()

const Equatable::NotificationsState ( )
private
Here is the call graph for this function:

◆ PendingCollectionsEvent()

const Equatable::PendingCollectionsEvent ( )
private
Here is the call graph for this function:

◆ PendingCollectionsState()

const Equatable::PendingCollectionsState ( )
private
Here is the call graph for this function:

◆ PeriodEvent()

const Equatable::PeriodEvent ( )
private
Here is the call graph for this function:

◆ PeriodState()

const Equatable::PeriodState ( )
private
Here is the call graph for this function:

◆ QcmEntity()

const Equatable::QcmEntity ( { this.id, this.courseId, this.question, this.options, this.correctAnswerIndex, this.explanation, } )
private
Here is the caller graph for this function:

◆ ReqCreateDriverCollectionEntity()

const Equatable::ReqCreateDriverCollectionEntity ( { required this.collectionPoints, required this.user, } )
private

◆ ResCollectionToScheduleEntity()

const Equatable::ResCollectionToScheduleEntity ( { required this.city, this.district, required this.id, required this.plannedDate, required this.quantity, required this.reference, required this.supplier, } )
private

◆ RoutingPlanningEvent()

const Equatable::RoutingPlanningEvent ( )
private
Here is the call graph for this function:

◆ RoutingPlanningState()

const Equatable::RoutingPlanningState ( )
private
Here is the call graph for this function:

◆ SessionEntity()

const Equatable::SessionEntity ( { this.id, this.jsonrpc, this.processType, this.db, this.isAdmin, this.isSystem, this.name, this.partnerId, this.statusCode, this.supportUrl, this.uid, this.userContext, this.username, this.token, this.role, } )
private

◆ SignInRequestEntity()

const Equatable::SignInRequestEntity ( { required this.email, required this.password, } )
private

◆ toModel()

override List< Object?> get CollectionModel Equatable::toModel ( )
private

◆ UnloadingEvent()

const Equatable::UnloadingEvent ( )
private
Here is the call graph for this function:

◆ UnloadingState()

const Equatable::UnloadingState ( )
private
Here is the call graph for this function:

◆ UpdateCollectionStatusParams()

const Equatable::UpdateCollectionStatusParams ( { required this.collectionId, required this.status, required this.cancellationReasonId, required this.reference, } )
private

◆ UserEntity()

const Equatable::UserEntity ( { required this.id, } )
private

◆ WeeklyCollectionsEvent()

const Equatable::WeeklyCollectionsEvent ( )
private
Here is the call graph for this function:

◆ WeeklyCollectionsState()

const Equatable::WeeklyCollectionsState ( )
private
Here is the call graph for this function:

Member Data Documentation

◆ address [1/2]

override List<Object?> get Equatable::address
private

Definition at line 53 of file collection_entity.dart.

◆ address [2/2]

final String Equatable::address
private

Definition at line 9 of file collection_entity.dart.

◆ cancellationReasonId [1/2]

override List<Object?> get Equatable::cancellationReasonId
private

Definition at line 24 of file update_collection_status_usecase.dart.

◆ cancellationReasonId [2/2]

final String Equatable::cancellationReasonId
private

Definition at line 13 of file update_collection_status_usecase.dart.

◆ city

final String Equatable::city
private

Definition at line 4 of file res_collection_to_schedule_entity.dart.

◆ collectionId

final int Equatable::collectionId
private

Definition at line 11 of file update_collection_status_usecase.dart.

◆ collectionPoints

final List<CollectionPointEntity> Equatable::collectionPoints
private

Definition at line 4 of file req_create_driver_collection_entity.dart.

◆ color

final Color Equatable::color
private

Definition at line 6 of file failures.dart.

◆ correctAnswerIndex [1/2]

override List<Object?> get Equatable::correctAnswerIndex
private

Definition at line 26 of file qcm_entity.dart.

◆ correctAnswerIndex [2/2]

final int Equatable::correctAnswerIndex
private

Definition at line 8 of file qcm_entity.dart.

◆ courseId [1/2]

override List<Object?> get Equatable::courseId
private

Definition at line 23 of file qcm_entity.dart.

◆ courseId [2/2]

final int Equatable::courseId
private

Definition at line 5 of file qcm_entity.dart.

◆ createdAt [1/2]

override List<Object?> get Equatable::createdAt
private

Definition at line 39 of file course_entity.dart.

◆ createdAt [2/2]

final DateTime Equatable::createdAt
private

Definition at line 13 of file course_entity.dart.

◆ dateEnd [1/2]

override List<Object?> get Equatable::dateEnd
private

Definition at line 23 of file get_history_collections_usecase.dart.

◆ dateEnd [2/2]

final DateTime Equatable::dateEnd
private

Definition at line 13 of file get_history_collections_usecase.dart.

◆ datePlanned [1/2]

override List<Object?> get Equatable::datePlanned
private

Definition at line 55 of file collection_entity.dart.

◆ datePlanned [2/2]

final String Equatable::datePlanned
private

Definition at line 11 of file collection_entity.dart.

◆ dateStart [1/3]

override List<Object?> get Equatable::dateStart
private

Definition at line 54 of file collection_entity.dart.

◆ dateStart [2/3]

override List< Object?> get Equatable::dateStart
private

Definition at line 10 of file collection_entity.dart.

◆ dateStart [3/3]

final DateTime Equatable::dateStart
private

Definition at line 12 of file get_history_collections_usecase.dart.

◆ db [1/2]

override List<Object?> get Equatable::db
private

Definition at line 43 of file session_entity.dart.

◆ db [2/2]

final String Equatable::db
private

Definition at line 7 of file session_entity.dart.

◆ description [1/2]

override List<Object?> get Equatable::description
private

Definition at line 32 of file course_entity.dart.

◆ description [2/2]

final String Equatable::description
private

Definition at line 6 of file course_entity.dart.

◆ district [1/2]

override List<Object?> get Equatable::district
private

Definition at line 25 of file res_collection_to_schedule_entity.dart.

◆ district [2/2]

final String Equatable::district
private

Definition at line 5 of file res_collection_to_schedule_entity.dart.

◆ durationMinutes [1/2]

override List<Object?> get Equatable::durationMinutes
private

Definition at line 36 of file course_entity.dart.

◆ durationMinutes [2/2]

final int Equatable::durationMinutes
private

Definition at line 10 of file course_entity.dart.

◆ email

final String Equatable::email
private

Definition at line 4 of file credentials_entity.dart.

◆ endTime [1/2]

override List<Object?> get Equatable::endTime
private

Definition at line 70 of file collection_entity.dart.

◆ endTime [2/2]

final String Equatable::endTime
private

Definition at line 25 of file collection_entity.dart.

◆ explanation [1/2]

override List<Object?> get Equatable::explanation
private

Definition at line 27 of file qcm_entity.dart.

◆ explanation [2/2]

final String Equatable::explanation
private

Definition at line 9 of file qcm_entity.dart.

◆ iconColor [1/2]

override List<Object?> get Equatable::iconColor
private

Definition at line 38 of file course_entity.dart.

◆ iconColor [2/2]

final String Equatable::iconColor
private

Definition at line 12 of file course_entity.dart.

◆ id [1/2]

final int Equatable::id
private

Definition at line 8 of file collection_entity.dart.

◆ id [2/2]

override List<Object?> get Equatable::id
private

Definition at line 26 of file res_collection_to_schedule_entity.dart.

◆ imageUrl [1/2]

override List<Object?> get Equatable::imageUrl
private

Definition at line 33 of file course_entity.dart.

◆ imageUrl [2/2]

final String Equatable::imageUrl
private

Definition at line 7 of file course_entity.dart.

◆ instructions [1/2]

override List<Object?> get Equatable::instructions
private

Definition at line 56 of file collection_entity.dart.

◆ instructions [2/2]

final String Equatable::instructions
private

Definition at line 12 of file collection_entity.dart.

◆ isAdmin [1/2]

override List<Object?> get Equatable::isAdmin
private

Definition at line 44 of file session_entity.dart.

◆ isAdmin [2/2]

final bool Equatable::isAdmin
private

Definition at line 8 of file session_entity.dart.

◆ isSystem [1/2]

override List<Object?> get Equatable::isSystem
private

Definition at line 45 of file session_entity.dart.

◆ isSystem [2/2]

final bool Equatable::isSystem
private

Definition at line 9 of file session_entity.dart.

◆ jsonrpc [1/2]

override List<Object?> get Equatable::jsonrpc
private

Definition at line 41 of file session_entity.dart.

◆ jsonrpc [2/2]

final String Equatable::jsonrpc
private

Definition at line 5 of file session_entity.dart.

◆ lat [1/2]

override List<Object?> get Equatable::lat
private

Definition at line 57 of file collection_entity.dart.

◆ lat [2/2]

final String Equatable::lat
private

Definition at line 13 of file collection_entity.dart.

◆ lng [1/2]

override List<Object?> get Equatable::lng
private

Definition at line 58 of file collection_entity.dart.

◆ lng [2/2]

final String Equatable::lng
private

Definition at line 14 of file collection_entity.dart.

◆ message

final String Equatable::message
private

Definition at line 5 of file failures.dart.

◆ name [1/2]

override List<Object?> get Equatable::name
private

Definition at line 46 of file session_entity.dart.

◆ name [2/2]

final String Equatable::name
private

Definition at line 10 of file session_entity.dart.

◆ notForToday [1/2]

override List<Object?> get Equatable::notForToday
private

Definition at line 21 of file get_collections_usecase.dart.

◆ notForToday [2/2]

final bool Equatable::notForToday
private

Definition at line 11 of file get_collections_usecase.dart.

◆ options [1/2]

override List<Object?> get Equatable::options
private

Definition at line 25 of file qcm_entity.dart.

◆ options [2/2]

final List<String> Equatable::options
private

Definition at line 7 of file qcm_entity.dart.

◆ order [1/2]

override List<Object?> get Equatable::order
private

Definition at line 59 of file collection_entity.dart.

◆ order [2/2]

final int Equatable::order
private

Definition at line 15 of file collection_entity.dart.

◆ partnerId [1/2]

override List<Object?> get Equatable::partnerId
private

Definition at line 47 of file session_entity.dart.

◆ partnerId [2/2]

final String Equatable::partnerId
private

Definition at line 11 of file session_entity.dart.

◆ password [1/2]

override List<Object?> get Equatable::password
private

Definition at line 13 of file credentials_entity.dart.

◆ password [2/2]

override List< Object?> get Equatable::password
private

Definition at line 5 of file credentials_entity.dart.

◆ pdfPath [1/2]

override List<Object?> get Equatable::pdfPath
private

Definition at line 34 of file course_entity.dart.

◆ pdfPath [2/2]

final String Equatable::pdfPath
private

Definition at line 8 of file course_entity.dart.

◆ period [1/2]

override List<Object?> get Equatable::period
private

Definition at line 23 of file get_history_collections_usecase.dart.

◆ period [2/2]

final String Equatable::period
private

Definition at line 11 of file get_history_collections_usecase.dart.

◆ pickups [1/2]

override List<Object?> get Equatable::pickups
private

Definition at line 60 of file collection_entity.dart.

◆ pickups [2/2]

final int Equatable::pickups
private

Definition at line 16 of file collection_entity.dart.

◆ plannedDate [1/2]

override List<Object?> get Equatable::plannedDate
private

Definition at line 27 of file res_collection_to_schedule_entity.dart.

◆ plannedDate [2/2]

final String Equatable::plannedDate
private

Definition at line 7 of file res_collection_to_schedule_entity.dart.

◆ priority [1/2]

override List<Object?> get Equatable::priority
private

Definition at line 61 of file collection_entity.dart.

◆ priority [2/2]

final CollectionPriority Equatable::priority
private

Definition at line 17 of file collection_entity.dart.

◆ processType [1/2]

override List<Object?> get Equatable::processType
private

Definition at line 42 of file session_entity.dart.

◆ processType [2/2]

final String Equatable::processType
private

Definition at line 6 of file session_entity.dart.

◆ progress [1/2]

override List<Object?> get Equatable::progress
private

Definition at line 37 of file course_entity.dart.

◆ progress [2/2]

final double Equatable::progress
private

Definition at line 11 of file course_entity.dart.

◆ props [1/2]

override List< Object?> get Equatable::props
private
Initial value:
=> [
id

Definition at line 51 of file collection_entity.dart.

◆ props [2/2]

override List<Object> get Equatable::props => []
private

Definition at line 7 of file authentication_event.dart.

◆ qcmPath [1/2]

override List<Object?> get Equatable::qcmPath
private

Definition at line 35 of file course_entity.dart.

◆ qcmPath [2/2]

final String Equatable::qcmPath
private

Definition at line 9 of file course_entity.dart.

◆ quantity [1/2]

override List<Object?> get Equatable::quantity
private

Definition at line 28 of file res_collection_to_schedule_entity.dart.

◆ quantity [2/2]

final int Equatable::quantity
private

Definition at line 8 of file res_collection_to_schedule_entity.dart.

◆ question [1/2]

override List<Object?> get Equatable::question
private

Definition at line 24 of file qcm_entity.dart.

◆ question [2/2]

final String Equatable::question
private

Definition at line 6 of file qcm_entity.dart.

◆ reference [1/2]

override List<Object?> get Equatable::reference
private

Definition at line 62 of file collection_entity.dart.

◆ reference [2/2]

final String Equatable::reference
private

Definition at line 18 of file collection_entity.dart.

◆ restaurant [1/2]

override List<Object?> get Equatable::restaurant
private

Definition at line 63 of file collection_entity.dart.

◆ restaurant [2/2]

final String Equatable::restaurant
private

Definition at line 19 of file collection_entity.dart.

◆ restaurantId [1/2]

override List<Object?> get Equatable::restaurantId
private

Definition at line 67 of file collection_entity.dart.

◆ restaurantId [2/2]

final int Equatable::restaurantId
private

Definition at line 20 of file collection_entity.dart.

◆ role [1/2]

override List<Object?> get Equatable::role
private

Definition at line 54 of file session_entity.dart.

◆ role [2/2]

final String Equatable::role
private

Definition at line 18 of file session_entity.dart.

◆ slot [1/2]

override List<Object?> get Equatable::slot
private

Definition at line 64 of file collection_entity.dart.

◆ slot [2/2]

final String Equatable::slot
private

Definition at line 21 of file collection_entity.dart.

◆ startTime [1/2]

override List<Object?> get Equatable::startTime
private

Definition at line 69 of file collection_entity.dart.

◆ startTime [2/2]

final String Equatable::startTime
private

Definition at line 26 of file collection_entity.dart.

◆ status [1/2]

override List<Object?> get Equatable::status
private

Definition at line 65 of file collection_entity.dart.

◆ status [2/2]

override List< Object?> get Equatable::status
private

Definition at line 22 of file collection_entity.dart.

◆ statusCode [1/2]

override List<Object?> get Equatable::statusCode
private

Definition at line 48 of file session_entity.dart.

◆ statusCode [2/2]

final int Equatable::statusCode
private

Definition at line 12 of file session_entity.dart.

◆ supplier [1/2]

override List<Object?> get Equatable::supplier
private

Definition at line 30 of file res_collection_to_schedule_entity.dart.

◆ supplier [2/2]

final String Equatable::supplier
private

Definition at line 10 of file res_collection_to_schedule_entity.dart.

◆ supportUrl [1/2]

override List<Object?> get Equatable::supportUrl
private

Definition at line 49 of file session_entity.dart.

◆ supportUrl [2/2]

final String Equatable::supportUrl
private

Definition at line 13 of file session_entity.dart.

◆ title [1/2]

override List<Object?> get Equatable::title
private

Definition at line 31 of file course_entity.dart.

◆ title [2/2]

final String Equatable::title
private

Definition at line 5 of file course_entity.dart.

◆ token [1/2]

override List<Object?> get Equatable::token
private

Definition at line 53 of file session_entity.dart.

◆ token [2/2]

final String Equatable::token
private

Definition at line 17 of file session_entity.dart.

◆ type [1/2]

override List<Object?> get Equatable::type
private

Definition at line 21 of file get_collections_usecase.dart.

◆ type [2/2]

final String Equatable::type
private

Definition at line 12 of file get_collections_usecase.dart.

◆ uid [1/2]

override List<Object?> get Equatable::uid
private

Definition at line 50 of file session_entity.dart.

◆ uid [2/2]

final int Equatable::uid
private

Definition at line 14 of file session_entity.dart.

◆ user [1/2]

override List<Object> get Equatable::user
private

Definition at line 13 of file req_create_driver_collection_entity.dart.

◆ user [2/2]

final UserEntity Equatable::user
private

Definition at line 5 of file req_create_driver_collection_entity.dart.

◆ userContext [1/2]

override List<Object?> get Equatable::userContext
private

Definition at line 51 of file session_entity.dart.

◆ userContext [2/2]

final UserContext Equatable::userContext
private

Definition at line 15 of file session_entity.dart.

◆ userId

final int Equatable::userId
private

Definition at line 10 of file get_collections_usecase.dart.

◆ username [1/2]

override List<Object?> get Equatable::username
private

Definition at line 52 of file session_entity.dart.

◆ username [2/2]

final String Equatable::username
private

Definition at line 16 of file session_entity.dart.

◆ volume [1/2]

override List<Object?> get Equatable::volume
private

Definition at line 66 of file collection_entity.dart.

◆ volume [2/2]

final double Equatable::volume
private

Definition at line 23 of file collection_entity.dart.

◆ volumeCollected [1/2]

override List<Object?> get Equatable::volumeCollected
private

Definition at line 68 of file collection_entity.dart.

◆ volumeCollected [2/2]

final double Equatable::volumeCollected
private

Definition at line 24 of file collection_entity.dart.


The documentation for this class was generated from the following files: