accountId property
String
get
accountId
Implementation
String get accountId => js_util.getProperty(this, 'accountId');
set
accountId
(String newValue)
Implementation
set accountId(String newValue) {
js_util.setProperty(this, 'accountId', newValue);
}