|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
Go to the source code of this file.
Classes | |
| class | Station |
Functions | |
| DriverRequest ({ required this.id, required this.driverName, required this.creationDate, required this.stations, required this.startPoint, required this.endPoint, }) | |
| factory DriverRequest | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
Variables | |
| class Station | id |
| final String | driverName |
| final DateTime | creationDate |
| final List< Station > | stations |
| final String | startPoint |
| final String | endPoint |
| int get | numberOfStations => stations.length |
| DriverRequest | ( | { required this.id, required this.driverName, required this.creationDate, required this.stations, required this.startPoint, required this.endPoint, } | ) |

| factory DriverRequest fromJson | ( | Map< String, dynamic > | json | ) |
| Map< String, dynamic > toJson | ( | ) |
Definition at line 74 of file driver_request.dart.
| final DateTime creationDate |
Definition at line 44 of file driver_request.dart.
| final String driverName |
Definition at line 43 of file driver_request.dart.
| final String endPoint |
Definition at line 47 of file driver_request.dart.
| class Station id |
Definition at line 58 of file driver_request.dart.
| final String startPoint |
Definition at line 46 of file driver_request.dart.
| final List<Station> stations |
Definition at line 45 of file driver_request.dart.