SendingOptions constructor

SendingOptions({
  1. bool? sendingEnabled,
})

Implementation

SendingOptions({
  this.sendingEnabled,
});