DfParam constructor

DfParam(
  1. DfCfgParam cfg,
  2. dynamic value
)

Implementation

DfParam(this.cfg, this.value);