ConversionType constructor

ConversionType({
  1. String? name,
  2. bool? report,
})

Implementation

ConversionType({this.name, this.report});