toJson method
Converts the MPRouteProperty to a JSON representation that can be parsed by the MapsIndoors Platform SDK
Implementation
@override
Map<String, dynamic> toJson() {
return {"value": value, "text": text, "time_zone": timeZone};
}
Converts the MPRouteProperty to a JSON representation that can be parsed by the MapsIndoors Platform SDK
@override
Map<String, dynamic> toJson() {
return {"value": value, "text": text, "time_zone": timeZone};
}