Place class

Constructors

Place({required String id, required String type, required String text, required String placeName, required double latitude, required double longitude})
Place.fromJson(String source)
factory
Place.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
final
latitude double
final
longitude double
final
placeName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
type String
final

Methods

copyWith({String? id, String? type, String? text, String? placeName, double? latitude, double? longitude}) Place
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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