ReadmeContent class

The consumer-owned content of the section (manifest readme:). The package renders the table machinery; the consumer writes the marketing copy (intro, footnote, image, stamp).

Constructors

ReadmeContent({required String intro, required List<ReadmeColumn> columns, required String footnote, String title = 'Performance', String? image, String? imageAlt, String? stamp, String? chartsUrl})
const

Properties

chartsUrl String?
URL of the consumer's trend-charts page; rendered as a link under the table when present.
final
columns List<ReadmeColumn>
Table columns, left to right.
final
footnote String
Footnote under the table (explains n/a, diagnostics and rows that are not published — never silently dropped).
final
hashCode int
The hash code for this object.
no setterinherited
image String?
Image path relative to the README file (the metrics card PNG).
final
imageAlt String?
Markdown alt text of image.
final
intro String
Prose paragraph under the heading.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stamp String?
Stamped line under the image; {ts} is replaced with the render timestamp (2026-09-04 12:34 UTC). Absent → no stamped line.
final
title String
Heading text (## $title).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited