SpecificSessionID constructor
const
SpecificSessionID({
- required Uint8List id,
Implementation
const SpecificSessionID({
required this.id,
}) : super(IDType.specificSessionID);
const SpecificSessionID({
required this.id,
}) : super(IDType.specificSessionID);