instantHelper property

InstantMessageHelper? get instantHelper

Implementation

InstantMessageHelper? get instantHelper => _instantHelper;
set instantHelper (InstantMessageHelper? ext)

Implementation

set instantHelper(InstantMessageHelper? ext) => _instantHelper = ext;