ClassicConnectionEvent constructor
const
ClassicConnectionEvent({})
Implementation
const ClassicConnectionEvent({
required this.type,
this.deviceAddress,
this.message,
this.reason,
this.errorType,
required this.timestamp,
});