UserDefinedVariableConfiguration constructor

UserDefinedVariableConfiguration({
  1. String? dataType,
  2. String? reportName,
  3. String? variableType,
})

Implementation

UserDefinedVariableConfiguration({
  this.dataType,
  this.reportName,
  this.variableType,
});