Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
req_collection_validation_entity.dart
Go to the documentation of this file.
2 final String? id;
3 final String? userId;
4
6 required this.id,
7 required this.userId,
8 });
9
10 Map<String, dynamic> toJson() {
11 return {
12 'id': id,
13 'userId': userId,
14 };
15 }
16}
ReqCollectionValidationEntity({ required this.id, required this.userId, })
class Partner String