UFUAddressModel class

Constructors

UFUAddressModel({String? id, String? address, String? address1, String? address2, String? completeAddress, String? city, String? state, String? country, String? postcode, double? latitude, double? longitude, String? placeId, int? userId, DateTime? createdAt, DateTime? updatedAt})
UFUAddressModel.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
getter/setter pair
address1 String?
getter/setter pair
address2 String?
getter/setter pair
city String?
getter/setter pair
completeAddress String?
getter/setter pair
country String?
getter/setter pair
createdAt DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
latitude double?
getter/setter pair
longitude double?
getter/setter pair
placeId String?
getter/setter pair
postcode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
updatedAt DateTime?
getter/setter pair
userId int?
getter/setter pair

Methods

copyWith({String? id, String? address, String? address1, String? address2, String? completeAddress, String? city, String? state, String? country, String? postcode, double? latitude, double? longitude, String? placeId, int? userId, DateTime? createdAt, DateTime? updatedAt}) UFUAddressModel
getFormatedAddress() String
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