SquintGeneratorOptions constructor
const
SquintGeneratorOptions({})
Construct a SquintGeneratorOptions instance.
Implementation
const SquintGeneratorOptions({
required this.includeJsonAnnotations,
required this.alwaysAddJsonValue,
required this.blankLineBetweenFields,
required this.generateChildClasses,
required this.includeCustomTypeImports,
});