ContentDescriptor constructor

ContentDescriptor({
  1. required String schemaType,
  2. required String title,
  3. List<TypeDescriptor<LayoutConfiguration<ContentItem>>>? layouts,
})

Implementation

ContentDescriptor({
  required this.schemaType,
  required this.title,
  this.layouts,
});