KeyModel constructor Null safety

KeyModel(
  1. Uint8List address,
  2. RsaPrivateKey privateKey
)

Implementation

KeyModel(this.address, this.privateKey);