SendCancellationsMode property
SendCancellationsMode?
get
SendCancellationsMode
Implementation
enumerations.SendCancellationsMode? get SendCancellationsMode =>
this._sendCancellationsMode;
set
SendCancellationsMode
(SendCancellationsMode? value)
Implementation
set SendCancellationsMode(enumerations.SendCancellationsMode? value) {
this._sendCancellationsMode = value;
}