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