noAnnotationsGeneratorOptions top-level constant generator
SquintGeneratorOptions
const noAnnotationsGeneratorOptions
Generate data class without annotations.
{@category generator}
Implementation
const noAnnotationsGeneratorOptions = SquintGeneratorOptions(
includeJsonAnnotations: false,
alwaysAddJsonValue: false,
blankLineBetweenFields: false,
generateChildClasses: true,
includeCustomTypeImports: false,
);