SquintGeneratorOptions constructor

const SquintGeneratorOptions(
  1. {required bool includeJsonAnnotations,
  2. required bool alwaysAddJsonValue,
  3. required bool blankLineBetweenFields,
  4. required bool generateChildClasses,
  5. required bool includeCustomTypeImports}
)

Construct a SquintGeneratorOptions instance.

Implementation

const SquintGeneratorOptions({
  required this.includeJsonAnnotations,
  required this.alwaysAddJsonValue,
  required this.blankLineBetweenFields,
  required this.generateChildClasses,
  required this.includeCustomTypeImports,
});