Creates Json representation of Location
static Map<dynamic, dynamic> toJson(Location? instance) => instance?.toMap() ?? {};