Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
res_weekly_collection_entity.dart
Go to the documentation of this file.
2 final int? id;
3 final String? city;
6 final String? state;
8 final String? type;
9
11 required this.id,
12 required this.city,
13 required this.district,
14 required this.internalCode,
15 required this.state,
16 required this.supplierName,
17 required this.type,
18 });
19}
ResWeeklyCollectionEntity({ required this.id, required this.city, required this.district, required this.internalCode, required this.state, required this.supplierName, required this.type, })
class Partner String