OobrPlaceInfo class

Constructors

OobrPlaceInfo({String? id, String? name, String? description, String? pictureUrl, String? photoReference, String? subtitle, int? globalNote, int? lat, int? lng, String? street1, String? street2, String? zip, String? city, String? state, String? country, String? catName, String? colorCode, String? colorCode2, String? catThumbnail, int? favorite})
OobrPlaceInfo.fromJson(Map<String, dynamic> json)

Properties

catName String?
getter/setter pair
catThumbnail String?
getter/setter pair
city String?
getter/setter pair
colorCode String?
getter/setter pair
colorCode2 String?
getter/setter pair
country String?
getter/setter pair
description String?
getter/setter pair
favorite int?
getter/setter pair
globalNote int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
lat int?
getter/setter pair
lng int?
getter/setter pair
name String?
getter/setter pair
photoReference String?
getter/setter pair
pictureUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
street1 String?
getter/setter pair
street2 String?
getter/setter pair
subtitle String?
getter/setter pair
zip String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited