CardConfig class

Consumer-owned marketing content of the published metrics card PNG (manifest card:; rendered by contract card from the recorded goldens). The card MACHINERY (layout, value formatting, fonts, render harness) is the package's — the consumer writes only the copy.

Constructors

CardConfig({required String title, required String subtitle, required String out, String? note, String? legend, Map<String, String> subtitles = const {}})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
legend String?
Bottom legend text.
final
note String?
Methodology note in the last right tile slot.
final
out String
PNG output path, relative to the consumer root.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
Header subtitle (the run description line).
final
subtitles Map<String, String>
Per-metric marketing line under each tile (metric key → subtitle).
final
title String
Header title (e.g. hintful benchmarks — contract).
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