DartCodeGenerator constructor

DartCodeGenerator({
  1. String? rootClassName,
  2. bool rootClassNameWithPrefixSuffix = true,
  3. String? classPrefix,
  4. String? classSuffix,
})

Implementation

DartCodeGenerator({
  this.rootClassName,
  this.rootClassNameWithPrefixSuffix = true,
  this.classPrefix,
  this.classSuffix,
});