WebCatLocationInformation class

Annotations
  • @JsonSerializable()

Constructors

WebCatLocationInformation({double? lat, double? lon, String? borough, bool? insideGla, double? easting, double? northing, String? address, String? name, String? placeId})
WebCatLocationInformation.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
getter/setter pair
borough String?
getter/setter pair
easting double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insideGla bool?
getter/setter pair
lat double?
getter/setter pair
lon double?
getter/setter pair
name String?
getter/setter pair
northing double?
getter/setter pair
placeId String?
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