address property

String? address

Implementation

String? get address => js_util.getProperty(this, 'address');
void address=(String? newValue)

Implementation

set address(String? newValue) {
  js_util.setProperty(this, 'address', newValue);
}