isLazyLoad property

bool get isLazyLoad

Implementation

bool get isLazyLoad => _isLazyLoad;
set isLazyLoad (bool isLazy)

Implementation

set isLazyLoad(bool isLazy) {
  setLazy(this, isLazy);
}