ZdsStat class

A statistic definition to be used in ZdsStatCard.

See also:

Constructors

ZdsStat({required double value, required String description, Color? color})
Creates a statistic to be used in ZdsStatCard.
const

Properties

color Color?
The color with which this stat's value will be displayed in a ZdsStatCard.
final
description String
The description of this statistic.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
This statistic's value.
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