SendCancellationsMode property

SendCancellationsMode? SendCancellationsMode
Gets or sets the send cancellations.

Implementation

enumerations.SendCancellationsMode? get SendCancellationsMode =>
    this._sendCancellationsMode;
void SendCancellationsMode=(SendCancellationsMode? value)

Implementation

set SendCancellationsMode(enumerations.SendCancellationsMode? value) {
  this._sendCancellationsMode = value;
}