KeyKindEnhancedEnum extension
- on
Properties
- isContentBody → bool
- 
      Available on KeyKind, provided by the KeyKindEnhancedEnum extension no setter
- isContentName → bool
- 
      Available on KeyKind, provided by the KeyKindEnhancedEnum extension no setter
- isContentTopic → bool
- 
      Available on KeyKind, provided by the KeyKindEnhancedEnum extension no setter
- name → String
- 
      Available on KeyKind, provided by the KeyKindEnhancedEnum extension no setter
Methods
- 
  maybeWhen<T> ({T? contentBody()?, T? contentName()?, T? contentTopic()?, required T orElse()}) → T 
- 
      Available on KeyKind, provided by the KeyKindEnhancedEnum extension 
- 
  when<T> ({required T contentBody(), required T contentName(), required T contentTopic()}) → T 
- 
      Available on KeyKind, provided by the KeyKindEnhancedEnum extension