strictDLCategoryExpiry property

bool? get strictDLCategoryExpiry

Set to force DL categories expiry date status to either valid or not. By default, if the DL category expiry date is correct, its status will be wasNotDone, otherwise error.

Implementation

bool? get strictDLCategoryExpiry => _strictDLCategoryExpiry;
set strictDLCategoryExpiry (bool? val)

Implementation

set strictDLCategoryExpiry(bool? val) {
  _strictDLCategoryExpiry = val;
  _set({"strictDLCategoryExpiry": val});
}