toJson method
Converts the MPBuilding to a JSON representation that can be parsed by the MapsIndoors Platform SDK
Implementation
@override
Map<String, dynamic> toJson() =>
{"name": _name, "aliases": _aliases, "fields": _fields};
Converts the MPBuilding to a JSON representation that can be parsed by the MapsIndoors Platform SDK
@override
Map<String, dynamic> toJson() =>
{"name": _name, "aliases": _aliases, "fields": _fields};