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