createJsonSchema property
If true (defaults to false), a top-level constant _$ExampleJsonSchema
will be created in the generated part file.
This constant will contain the JSON schema for the class.
Implementation
final bool? createJsonSchema;
If true (defaults to false), a top-level constant _$ExampleJsonSchema
will be created in the generated part file.
This constant will contain the JSON schema for the class.
final bool? createJsonSchema;