DeviceCompromised constructor
DeviceCompromised({
- String? email,
- List<
DeviceCompromisedSecurityDetail> ? events,
Implementation
DeviceCompromised({
this.email,
this.events,
});