publicKey property

String publicKey

Returns Public Key from this Record

Implementation

String get publicKey => isName ? this.value : "";