applyAmendments property

bool? applyAmendments

Implementation

bool? get applyAmendments => _applyAmendments;
void applyAmendments=(bool? val)

Implementation

set applyAmendments(bool? val) {
  _applyAmendments = val;
  _set({"applyAmendments": val});
}