SpecificSessionID constructor

const SpecificSessionID({
  1. required Uint8List id,
})

Implementation

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