strictDLCategoryExpiry property
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;
Implementation
set strictDLCategoryExpiry(bool? val) {
_strictDLCategoryExpiry = val;
_set({"strictDLCategoryExpiry": val});
}