idHelper property
IDHelper?
get
idHelper
Get the ID helper (null before set).
Implementation
IDHelper? get idHelper => _idHelper;
set
idHelper
(IDHelper? ext)
Set the ID helper.
Implementation
set idHelper(IDHelper? ext) => _idHelper = ext;