TrackerField class

A field or column in a Tracker log.

Constructors

TrackerField(String title, {int columnWidth = 3, String emptyFill = '', Justify justify = Justify.right, bool mapOnly = false})
Represents one field or column in the Tracker titled title.
const

Properties

columnWidth int
The width (in characters) of a column for a Tracker log.
final
emptyFill String
A String to use to fill a column for a row where no data is provided.
final
hashCode int
The hash code for this object.
no setterinherited
justify Justify
How the data should be aligned with a column of a Tracker log.
final
mapOnly bool
If set to true, will not print as part of the table, but still be included in the map outputs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title and name of a column for a Tracker log.
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