publicHelper property

PublicKeyHelper? get publicHelper

Get the public key helper (null before set).

Implementation

PublicKeyHelper? get publicHelper => _publicHelper;
set publicHelper (PublicKeyHelper? ext)

Set the public key helper.

Implementation

set publicHelper(PublicKeyHelper? ext) => _publicHelper = ext;