SafeJsonFieldAnnotation constructor
SafeJsonFieldAnnotation({})
Creates a new SafeJsonFieldAnnotation with the specified configuration
This constructor is used internally by the code generator to create annotation instances from @SafeJsonField metadata.
Implementation
SafeJsonFieldAnnotation({
this.description,
this.expectedFormat,
this.commonValues,
this.customParser,
required this.enhancedErrors,
});