RagDataSchema constructor
RagDataSchema({
- String name = '',
- required String key,
- RagMetadataSchemaDetails? schemaDetails,
Implementation
RagDataSchema({this.name = '', required this.key, this.schemaDetails})
: super(fullyQualifiedName);