DeviceContactLink constructor

DeviceContactLink(
  1. int? id,
  2. String accountId,
  3. String sunnyId,
  4. String deviceContactId,
)

Implementation

DeviceContactLink(
    this.id, this.accountId, this.sunnyId, this.deviceContactId);