Address class

Constructors

Address({required double latitude, required double longitude, required String address, required String detailed_address})
Address.fromJson(String source)
factory
Address.fromMap(Map map)
factory

Properties

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

Methods

copyWith({double? latitude, double? longitude, String? address, String? detailed_address}) Address
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 ==(covariant Address other) bool
The equality operator.
override