DeviceIdentityEventBodyModel constructor

DeviceIdentityEventBodyModel({
  1. required String name,
  2. required String updatedDeviceKey,
})

Implementation

DeviceIdentityEventBodyModel({
  required this.name,
  required this.updatedDeviceKey,
}) : super(type: EventType.deviceIdentity);