|
| | Station ({ required this.id, required this.name, required this.address, required this.latitude, required this.longitude, required this.quantityInLiters, }) |
| factory Station | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
Definition at line 1 of file driver_request.dart.
◆ Station()
| Station::Station |
( |
{ required this.id, required this.name, required this.address, required this.latitude, required this.longitude, required this.quantityInLiters, } | | ) |
|
|
private |
◆ fromJson()
◆ toJson()
| Map< String, dynamic > Station::toJson |
( |
| ) |
|
|
inlineprivate |
◆ address
◆ id
◆ latitude
| final double Station::latitude |
|
private |
◆ longitude
| final double Station::longitude |
|
private |
◆ name
◆ quantityInLiters
| final double Station::quantityInLiters |
|
private |
The documentation for this class was generated from the following file: