MPRouteProperty class

A property of of a MPRoute

Inheritance
  • Object
  • MapsIndoorsObject
  • MPRouteProperty

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Accompanying text to the value
final
timeZone String?
final
value num?
The value of the property
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the MPRouteProperty to a JSON representation that can be parsed by the MapsIndoors Platform SDK
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic json) MPRouteProperty?
Attempts to build a MPRouteProperty from a JSON object, this method will decode the object if needed