description property

String? get description
inherited

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;