accountId property

String accountId

Implementation

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

Implementation

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