Point1 class

Annotations
  • @JsonSerializable()

Constructors

Point1({String? name, String? shortName, String? stopId, String? type, String? usage, DateTime? associatedTime, bool? hasStaticInfo, List<MapItem>? maps, List<Mode>? modes, double? latitude, double? longitude, String? area, int? matchQuality, String? fullName})
Point1.fromJson(Map<String, dynamic> json)
factory

Properties

area String?
getter/setter pair
associatedTime DateTime?
getter/setter pair
fullName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasStaticInfo bool?
getter/setter pair
latitude double?
getter/setter pair
longitude double?
getter/setter pair
maps List<MapItem>?
getter/setter pair
matchQuality int?
getter/setter pair
modes List<Mode>?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String?
getter/setter pair
stopId String?
getter/setter pair
type String?
getter/setter pair
usage 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<Point1>
mapFromJson(Map<String, dynamic> json) Map<String, Point1>