LabeledValue<T> class

Contains a value with ui label.

This is a value type object.

Implemented types

Constructors

LabeledValue(T value, String uiDisplayName)
const
LabeledValue.format(T value, Formatter formatter)
Creates a new LabeledValue by executing the provided formatter on the provided value.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiDisplayName String
final
value → T
final

Methods

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

Operators

operator ==(Object o) bool
The equality operator.
override