publicKey property

String? get publicKey

Implementation

String? get publicKey => PUBLIC_KEY;
set publicKey (String? value)

Implementation

set publicKey(String? value) => PUBLIC_KEY = value;