MetadataSchemaConfig constructor
const
MetadataSchemaConfig({
- required MetadataJsonSchema jsonSchema,
- bool useIntInsteadBigInt = true,
Constructs a MetadataSchemaConfig with the given JSON schema and integer preference.
Implementation
const MetadataSchemaConfig({
required this.jsonSchema,
this.useIntInsteadBigInt = true,
});