clientId property

dynamic clientId

Implementation

get clientId => _clientId;
void clientId=(dynamic value)

Implementation

set clientId(value) {
  _clientId = value;
}