RelaySessionEventSnapshotUploaded constructor
const
RelaySessionEventSnapshotUploaded({})
Constructor
Implementation
const RelaySessionEventSnapshotUploaded({
required super.sessionId,
required super.message,
required this.documentId,
required this.upToSeq,
}) : super(type: RelaySessionEventType.relaySnapshotUploaded);