forceDocID property

int? forceDocID

Force use of specific template ID and skip document type identification step.

Implementation

int? get forceDocID => _forceDocID;
void forceDocID=(int? val)

Implementation

set forceDocID(int? val) {
  _forceDocID = val;
  _set({"forceDocID": val});
}