MPRouteProperty class
A property of of a MPRoute
- Inheritance
-
- Object
- MapsIndoorsObject
- MPRouteProperty
Properties
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