bool? get strictProcessing => _strictProcessing;
set strictProcessing(bool? val) { _strictProcessing = val; _set({"strictProcessing": val}); }