ConnectionEth constructor

ConnectionEth({
  1. String? id,
  2. String? macAddress,
})

Returns a new ConnectionEth instance.

Implementation

ConnectionEth({
  this.id,
  this.macAddress,
});