ModelOutputConfiguration constructor
ModelOutputConfiguration({})
Implementation
ModelOutputConfiguration({
required this.format,
this.csvIndexToVariableMap,
this.jsonKeyToVariableMap,
});
ModelOutputConfiguration({
required this.format,
this.csvIndexToVariableMap,
this.jsonKeyToVariableMap,
});