clientId property
String?
get
clientId
Implementation
_i2.String? get clientId => _i4.getProperty(
this,
'clientId',
);
set
clientId
(String? value)
Implementation
set clientId(_i2.String? value) {
_i4.setProperty(
this,
'clientId',
value ?? _i6.undefined,
);
}