ReadmeColumn class
One table column: a solution name and the store refs its numbers are
read under (e.g. hintful → android (+ any fallback), a rival →
android-scv, never inheriting another solution's numbers).
Constructors
-
ReadmeColumn({required String label, List<
String> refs = const ['android', 'any'], bool fallbackAny = true}) -
const
Properties
- fallbackAny → bool
-
Whether any recorded ref may stand in when none of refs has a value
(false for rival columns — a rival never inherits the host's numbers).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
Column header (solution name).
final
-
refs
→ List<
String> -
Golden refs to prefer, in order (see GoldenStore.load).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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