SocketModel constructor

const SocketModel({
  1. String? socketName,
  2. String? companyUid,
  3. String? contactUid,
})

Implementation

const SocketModel({
  this.socketName,
  this.companyUid,
  this.contactUid,
});