commandHelper property

CommandHelper? get commandHelper

Implementation

CommandHelper? get commandHelper => _commandHelper;
set commandHelper (CommandHelper? ext)

Implementation

set commandHelper(CommandHelper? ext) => _commandHelper = ext;