KeyFile constructor

KeyFile({
  1. Address? baseAddress,
  2. _Crypto? crypto,
  3. int? timestamp,
  4. int? version,
})

Implementation

KeyFile({this.baseAddress, this.crypto, this.timestamp, this.version});