data property

String data

The channel data.

Implementation

String get data {
  checkUnsupportedAction();
  return _data;
}