MPPropertyData class
- Inheritance
-
- Object
- MapsIndoorsObject
- MPPropertyData
Properties
- activeFrom → int?
-
final
- activeTo → int?
-
final
-
aliases
→ List<
String> ? -
final
- anchor → MPPoint?
-
final
- bookable → bool?
-
final
- building → String?
-
final
-
categories
→ Map<
String, String> ? -
final
-
contact
→ Map<
String, MPDataField> ? -
final
- description → String?
-
final
- externalId → String?
-
final
-
fields
→ Map<
String, MPDataField> ? -
final
- floorIndex → int?
-
final
- floorName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUrl → String?
-
final
- locationSettings ↔ MPLocationSettings?
-
getter/setter pair
- locationType → String?
-
final
- name → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
final
- venue → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → MPPropertyData?