publicKey property
String?
get
publicKey
Implementation
String? get publicKey => _publicKey;
set
publicKey
(String? value)
Implementation
set publicKey(String? value) {
_publicKey = value;
}