FaresSection class

Annotations
  • @JsonSerializable()

Constructors

FaresSection({String? header, int? index, Journey1? journey, List<FareDetails>? rows, List<Message>? messages})
FaresSection.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
index int?
getter/setter pair
journey Journey1?
getter/setter pair
messages List<Message>?
getter/setter pair
rows List<FareDetails>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<FaresSection>
mapFromJson(Map<String, dynamic> json) Map<String, FaresSection>