GetValueParams constructor

GetValueParams(
  1. String? doctype,
  2. String? docname,
  3. String? docfield
)

Implementation

GetValueParams(this.doctype, this.docname, this.docfield);