labelLocalisation property

Map<String, String> labelLocalisation
final

Localisations for this enhancement, where the key is a locale tag and the value is the label of the enhancement. If the value for the current locale is non-null, it will be used instead of label.

Implementation

final Map<String, String> labelLocalisation = const {};