isCached property

bool? get isCached

Implementation

bool? get isCached => _$this._isCached;
set isCached (bool? isCached)

Implementation

set isCached(bool? isCached) => _$this._isCached = isCached;