DeviceRevokeEventBodyModel constructor
DeviceRevokeEventBodyModel({})
Implementation
DeviceRevokeEventBodyModel({
required this.peerKey,
required this.peerSignature,
required this.revokedDeviceKey,
required this.timestamp,
this.lastValidEventHash,
this.lastValidSequence,
}) : super(type: EventType.deviceRevoke);