fields property

Map<String, LabelField>? fields
getter/setter pair

A map of the fields on the label, keyed by the field's ID.

Implementation

core.Map<core.String, LabelField>? fields;