labels property

List<Label>? labels
final

The labels a user can select

Please visit the Wiredash Console to get your label ids https://wiredash.com/console Settings -> Labels

When null the label selection step isn't shown at all

Localization is the responsibility of wiredash. Please localize the labels yourself, you know best if and how they should be translated.

Implementation

final List<Label>? labels;