ShuttleRoute class

Constructors

ShuttleRoute({int id, String name, String description, bool enabled, dynamic color, int width, List<int> stopIds, String created, String updated, List<Point> points, bool active, List<Schedule> schedule})
ShuttleRoute.fromJson(Map<String, dynamic> json)

Properties

active bool
read / write
color ↔ dynamic
read / write
created String
read / write
description String
read / write
enabled bool
read / write
getPolyline → dynamic
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
id int
read / write
name String
read / write
points List<Point>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
schedule List<Schedule>
read / write
stopIds List<int>
read / write
updated String
read / write
width int
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

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