CustomerAddress class

Constructors

CustomerAddress({required String block, required String street, required String houseBuildingNo, required String address, required String addressInstructions})

Properties

address String
Full address details
getter/setter pair
addressInstructions String
Additional instructions for the delivery address, landmark or directions
getter/setter pair
block String
Block number or area name that contains the delivery address
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
houseBuildingNo String
House / Building number
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
street String
Delivery address street name
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