factory PropertiesSummary.fromMap(Map<String, dynamic> json) => PropertiesSummary( distance: json["distance"], duration: json["duration"], );