customType property

String customType

The custom type of the channel.

Implementation

String get customType {
  checkUnsupportedAction();
  return _customType;
}
void customType=(dynamic value)

Implementation

set customType(value) {
  checkUnsupportedAction();
  _customType = value;
}