X3DHKey constructor

X3DHKey({
  1. String? hexStr,
  2. List<int>? bytes,
})

Implementation

X3DHKey({this.hexStr, this.bytes});