DeviceContactLink.create constructor

DeviceContactLink.create({
  1. required String accountId,
  2. required String sunnyId,
  3. required String deviceContactId,
})

Implementation

DeviceContactLink.create(
    {required this.accountId,
    required this.sunnyId,
    required this.deviceContactId})
    : this.id = null;