standardSquintGeneratorOptions top-level constant generator
SquintGeneratorOptions
const standardSquintGeneratorOptions
Default code generation options.
{@category generator}
Implementation
const standardSquintGeneratorOptions = SquintGeneratorOptions(
includeJsonAnnotations: true,
alwaysAddJsonValue: true,
blankLineBetweenFields: true,
generateChildClasses: true,
includeCustomTypeImports: false,
);