RagDataSchema constructor

RagDataSchema({
  1. String name = '',
  2. required String key,
  3. RagMetadataSchemaDetails? schemaDetails,
})

Implementation

RagDataSchema({this.name = '', required this.key, this.schemaDetails})
  : super(fullyQualifiedName);