KeyModels constructor

KeyModels(
  1. String? publicKey,
  2. String? privateKey
)

Implementation

KeyModels(this.publicKey, this.privateKey);