isEphemeral property
Whether the channel is ephemeral.
Implementation
bool get isEphemeral {
checkUnsupportedAction();
return _isEphemeral;
}
Whether the channel is ephemeral.
bool get isEphemeral {
checkUnsupportedAction();
return _isEphemeral;
}