ModemBearer constructor

ModemBearer({
  1. String? test,
})

Returns a new ModemBearer instance.

Implementation

ModemBearer({
  this.test,
});