customerAddressLine2 property
Implementation
String get customerAddressLine2 => _customerAddressLine2;
Implementation
set customerAddressLine2(String customer_address_line2) {
_customerAddressLine2 = customer_address_line2;
}
String get customerAddressLine2 => _customerAddressLine2;
set customerAddressLine2(String customer_address_line2) {
_customerAddressLine2 = customer_address_line2;
}