factory Street.fromMap(Map<String, dynamic> map) { return Street(streetAsText: map['streetAsText']?.toString()); }