HideConnectedDevice constructor

HideConnectedDevice(
  1. String _id,
  2. String? _name,
  3. String? _macAddress,
  4. List _uuids,
)

Implementation

HideConnectedDevice(this._id, this._name, this._macAddress, this._uuids);