LabelValue class
A pair of text strings to be displayed in the details view.
Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
Constructors
- LabelValue({String? label, LocalizedString? localizedLabel, LocalizedString? localizedValue, String? value})
- LabelValue.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String?
-
The label for a specific row and column.
getter/setter pair
- localizedLabel ↔ LocalizedString?
-
Translated strings for the label.
getter/setter pair
- localizedValue ↔ LocalizedString?
-
Translated strings for the value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String?
-
The value for a specific row and column.
getter/setter pair
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