Fare2 class

Annotations
  • @JsonSerializable()

Constructors

Fare2({int? lowZone, int? highZone, int? cost, String? chargeProfileName, bool? isHopperFare, String? chargeLevel, int? peak, int? offPeak, List<FareTap>? taps})
Fare2.fromJson(Map<String, dynamic> json)
factory

Properties

chargeLevel String?
getter/setter pair
chargeProfileName String?
getter/setter pair
cost int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highZone int?
getter/setter pair
isHopperFare bool?
getter/setter pair
lowZone int?
getter/setter pair
offPeak int?
getter/setter pair
peak int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taps List<FareTap>?
getter/setter pair

Methods

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

Operators

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

Static Methods

listFromJson(List json) List<Fare2>
mapFromJson(Map<String, dynamic> json) Map<String, Fare2>