ImportRulesJobDetails constructor

ImportRulesJobDetails({
  1. String? fileFormat,
  2. List<String>? files,
})

Implementation

ImportRulesJobDetails({this.fileFormat, this.files});