APIContent constructor
APIContent({
- bool showError = kDebugMode,
- bool showPending = true,
- ApiConfiguration? configuration,
- LayoutConfiguration<
ContentItem> ? layout,
Implementation
APIContent({
this.showError = kDebugMode,
this.showPending = true,
this.configuration,
super.layout,
}) : super(schemaType: APIContent.schemaName);