KeyData constructor

KeyData({
  1. String? data,
  2. FireblocksError? error,
})

Implementation

KeyData({this.data, this.error});