labelValueRows property

List<LabelValueRow>? labelValueRows
getter/setter pair

A list of collections of labels and values.

These will be displayed one after the other in a singular column.

Implementation

core.List<LabelValueRow>? labelValueRows;