FareBounds class

Annotations
  • @JsonSerializable()

Constructors

FareBounds({int? id, String? from, String? to, String? via, String? routeCode, String? description, String? displayName, String? operator, int? displayOrder, bool? isPopularFare, bool? isPopularTravelCard, bool? isTour, List<Message>? messages})
FareBounds.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
getter/setter pair
displayName String?
getter/setter pair
displayOrder int?
getter/setter pair
from String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
isPopularFare bool?
getter/setter pair
isPopularTravelCard bool?
getter/setter pair
isTour bool?
getter/setter pair
messages List<Message>?
getter/setter pair
operator String?
getter/setter pair
routeCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
getter/setter pair
via String?
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<FareBounds>
mapFromJson(Map<String, dynamic> json) Map<String, FareBounds>