Keys constructor

Keys({
  1. Uint8List? key,
  2. Uint8List? chainCode,
})

Implementation

Keys({this.key, this.chainCode});