address property

String? get address

Implementation

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

Implementation

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