MPLocationPropertyNames enum
Names of properties that can be set on a MPLocation
Values
- name → const MPLocationPropertyNames
-
const MPLocationPropertyNames("name")
- aliases → const MPLocationPropertyNames
-
const MPLocationPropertyNames("aliases")
- categories → const MPLocationPropertyNames
-
const MPLocationPropertyNames("categories")
- floor → const MPLocationPropertyNames
-
const MPLocationPropertyNames("floor")
- floorName → const MPLocationPropertyNames
-
const MPLocationPropertyNames("floorName")
- building → const MPLocationPropertyNames
-
const MPLocationPropertyNames("building")
- venue → const MPLocationPropertyNames
-
const MPLocationPropertyNames("venue")
- type → const MPLocationPropertyNames
-
const MPLocationPropertyNames("type")
- description → const MPLocationPropertyNames
-
const MPLocationPropertyNames("description")
- roomId → const MPLocationPropertyNames
-
const MPLocationPropertyNames("roomId")
- externalId → const MPLocationPropertyNames
-
const MPLocationPropertyNames("externalId")
- activeFrom → const MPLocationPropertyNames
-
const MPLocationPropertyNames("activeFrom")
- activeTo → const MPLocationPropertyNames
-
const MPLocationPropertyNames("activeTo")
- contact → const MPLocationPropertyNames
-
const MPLocationPropertyNames("contact")
- fields → const MPLocationPropertyNames
-
const MPLocationPropertyNames("fields")
- imageURL → const MPLocationPropertyNames
-
const MPLocationPropertyNames("imageURL")
- locationType → const MPLocationPropertyNames
-
const MPLocationPropertyNames("locationType")
- anchor → const MPLocationPropertyNames
-
const MPLocationPropertyNames("anchor")
- bookable → const MPLocationPropertyNames
-
const MPLocationPropertyNames("bookable")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- propertyName → String
-
final
- 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(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MPLocationPropertyNames> - A constant List of the values in this enum, in order of their declaration.