strictProcessing property

bool? strictProcessing

Implementation

bool? get strictProcessing => _strictProcessing;
void strictProcessing=(bool? val)

Implementation

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