SessionKeys constructor

const SessionKeys({
  1. required Uint8List rx,
  2. required Uint8List tx,
})

Implementation

const SessionKeys({required this.rx, required this.tx});