customerAddressLine1 property
Implementation
String get customerAddressLine1 => _customerAddressLine1;
Implementation
set customerAddressLine1(String customer_address_line_1) {
_customerAddressLine1 = customer_address_line_1;
}
String get customerAddressLine1 => _customerAddressLine1;
set customerAddressLine1(String customer_address_line_1) {
_customerAddressLine1 = customer_address_line_1;
}