MetadataSchemaConfig constructor

const MetadataSchemaConfig({
  1. required MetadataJsonSchema jsonSchema,
  2. bool useIntInsteadBigInt = true,
})

Constructs a MetadataSchemaConfig with the given JSON schema and integer preference.

Implementation

const MetadataSchemaConfig(
    {required this.jsonSchema, this.useIntInsteadBigInt = true});