APIContent constructor

APIContent({
  1. bool showError = kDebugMode,
  2. bool showPending = true,
  3. ApiConfiguration? configuration,
  4. LayoutConfiguration<ContentItem>? layout,
})

Implementation

APIContent({
  this.showError = kDebugMode,
  this.showPending = true,
  this.configuration,
  super.layout,
}) : super(schemaType: APIContent.schemaName);