UserLocation class
JSON template for a location entry.
Constructors
- UserLocation()
- UserLocation.fromJson(Map _json)
Properties
- area ↔ String
-
Textual location. This is most useful for display purposes to concisely
describe the location. For example 'Mountain View, CA', 'Near Seattle',
'US-NYC-9TH 9A209A.''
read / write
- buildingId ↔ String
-
Building Identifier.
read / write
- customType ↔ String
-
Custom Type.
read / write
- deskCode ↔ String
-
Most specific textual code of individual desk location.
read / write
- floorName ↔ String
-
Floor name/number.
read / write
- floorSection ↔ String
-
Floor section. More specific location within the floor. For example if a
floor is divided into sections 'A', 'B' and 'C' this field would identify
one of those values.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ String
-
Each entry can have a type which indicates standard types of that entry.
For example location could be of types default and desk. In addition to
standard type an entry can have a custom type and can give it any name.
Such types should have 'custom' as type and also have a customType value.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited