APIContentDescriptor constructor

APIContentDescriptor({
  1. List<TypeDescriptor<ApiConfiguration>>? configurations,
})

Implementation

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