APIContentDescriptor constructor

APIContentDescriptor({
  1. List<TypeDescriptor<ApiConfiguration>>? configurations,
  2. List<TypeDescriptor<LayoutConfiguration<ContentItem>>>? layouts,
})

Implementation

APIContentDescriptor({
  this.configurations,
  super.layouts,
}) : super(schemaType: APIContent.schemaName, title: 'API Content');