labels property

Map<String, String>? labels
getter/setter pair

The labels associated with this table.

You can use these to organize and group your tables.

Implementation

core.Map<core.String, core.String>? labels;