applyAmendments property

bool? get applyAmendments

Implementation

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

Implementation

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