RoamActiveTripResponse class

Constructors

RoamActiveTripResponse(dynamic code, String? message, String? description, bool? hasMore, List<Trips?> trips)

Properties

code ↔ dynamic
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasMore bool?
getter/setter pair
message String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trips List<Trips?>
getter/setter pair

Methods

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

Operators

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