OkHiLocation constructor
OkHiLocation({
- String? id,
- double? lat,
- double? lon,
- String? city,
- String? country,
- String? directions,
- String? displayTitle,
- String? otherInformation,
- String? photoUrl,
- String? placeId,
- String? plusCode,
- String? propertyName,
- String? propertyNumber,
- String? state,
- String? streetName,
- String? streetViewPanoId,
- String? streetViewPanoUrl,
- String? subtitle,
- String? title,
- String? url,
- String? userId,
- String? neighborhood,
- String? countryCode,
- List<
String> ? verificationTypes,
Implementation
OkHiLocation({
this.id,
this.lat,
this.lon,
this.city,
this.country,
this.directions,
this.displayTitle,
this.otherInformation,
this.photoUrl,
this.placeId,
this.plusCode,
this.propertyName,
this.propertyNumber,
this.state,
this.streetName,
this.streetViewPanoId,
this.streetViewPanoUrl,
this.subtitle,
this.title,
this.url,
this.userId,
this.neighborhood,
this.countryCode,
this.verificationTypes,
});