clientId property

String clientId

Implementation

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

Implementation

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