Location class

Annotations
  • @JsonSerializable()

Constructors

Location({String? id, String? userId, String? locationId1, String? locationId2, String? locationId3, String? locationId4, String? locationId5, String? locationId1Name, String? locationId2Name, String? locationId3Name, String? locationId4Name, String? locationId5Name, int? locationType})
Location.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
locationId1 String?
getter/setter pair
locationId1Name String?
getter/setter pair
locationId2 String?
getter/setter pair
locationId2Name String?
getter/setter pair
locationId3 String?
getter/setter pair
locationId3Name String?
getter/setter pair
locationId4 String?
getter/setter pair
locationId4Name String?
getter/setter pair
locationId5 String?
getter/setter pair
locationId5Name String?
getter/setter pair
locationType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId 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