TesterTask class

A single concrete action we want the tester to perform during this run ("Scan 3 receipts and favourite one"). Rendered as a checklist row; check-state is local-only for now.

Constructors

TesterTask({required String id, required String title, String? description, int? estimatedMinutes})
const
TesterTask.fromJson(Map<String, dynamic> j)
factory

Properties

description String?
Optional context shown smaller below the title.
final
estimatedMinutes int?
Optional self-reported estimate. Sums up in the sheet footer.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Stable id — when Phase C reports completion server-side, this is the key we'll send.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
One-line action ("Einen Bon löschen — Swipe ODER Detail-Trash").
final

Methods

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

Operators

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