Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
res_collection_to_schedule_entity.dart
Go to the documentation of this file.
1import 'package:equatable/equatable.dart';
2
4 final String city;
6 final int id;
8 final int quantity;
9 final String reference;
11
13 required this.city,
14 this.district,
15 required this.id,
16 required this.plannedDate,
17 required this.quantity,
18 required this.reference,
19 required this.supplier,
20 });
21
22 @override
23 List<Object?> get props => [
24 city,
31 ];
32}
final String reference
const ResCollectionToScheduleEntity({ required this.city, this.district, required this.id, required this.plannedDate, required this.quantity, required this.reference, required this.supplier, })
class Partner String
String get(String locale)
abstract class UseCase< Type, Params > props