clientDataJSON property

String clientDataJSON

Implementation

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

Implementation

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