createJsonSchema property

bool? createJsonSchema
final

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;