customType property
The custom type of the channel.
Implementation
String get customType {
checkUnsupportedAction();
return _customType;
}
Implementation
set customType(value) {
checkUnsupportedAction();
_customType = value;
}
The custom type of the channel.
String get customType {
checkUnsupportedAction();
return _customType;
}
set customType(value) {
checkUnsupportedAction();
_customType = value;
}