helper property

GeneralAccountHelper? get helper

Implementation

GeneralAccountHelper? get helper => _accountHelper;
set helper (GeneralAccountHelper? ext)

Implementation

set helper(GeneralAccountHelper? ext) => _accountHelper = ext;