clientDataJSON property

String get clientDataJSON

Implementation

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

Implementation

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