TankerkoenigStation class

Constructors

TankerkoenigStation(String id, String country, String? name, String? brand, String street, String postalCode, String place, LatLng coords, bool isOpen, DateTime? closesAt, double? distance, List<TankerkoenigStationOpeningTime> openingTime, List<TankerkoenigStationFuel> fuels, int? volatility)

Properties

brand String?
final
closesAt DateTime?
final
coords → LatLng
final
country String
final
distance double?
final
fuels List<TankerkoenigStationFuel>
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isOpen bool
final
name String?
final
openingTime List<TankerkoenigStationOpeningTime>
final
place String
final
postalCode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
street String
final
volatility int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) TankerkoenigStation
fromString(String string) TankerkoenigStation