KeyData constructor

KeyData({
  1. List<int>? key,
  2. List<int>? chainCode,
})

Implementation

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