KeysModel constructor Null safety

KeysModel(
  1. Uint8List address,
  2. CryptoRSAPrivateKey privateKey
)

Implementation

KeysModel(this.address, this.privateKey);