publicKey property

String? get publicKey

Implementation

String? get publicKey => _$this._publicKey;
set publicKey (String? publicKey)

Implementation

set publicKey(String? publicKey) => _$this._publicKey = publicKey;