toJson method

Map<String, dynamic> toJson()

Converts this Location to JSON

Implementation

Map<String, dynamic> toJson() => _$LocationToJson(this);