BaseStreamInfo constructor
Implementation
BaseStreamInfo({
required this.id,
required this.mimeType,
required this.topic,
required this.timestamp,
required this.size,
this.attributes = const {},
this.sendingParticipantIdentity = '',
this.encryptionType = EncryptionType.kNone,
});