description property
description is the fallback name of the grouping, when the translation is not available.
This is the translation key.
Implementation
@JsonKey(unknownEnumValue: ConfigKind.unknown) ConfigKind get kind;/// [description] is the fallback name of the grouping, when the translation is not available.
/// This is the translation key.
String? get description;