Help class

Help information for a key binding.

Contains the key representation and description for display in help views.

Constructors

Help({String key = '', String desc = ''})
const

Properties

desc → String
Description of what the key does (e.g., "move up", "quit").
final
hasContent → bool
Returns true if this help has content.
no setter
hashCode → int
The hash code for this object.
no setterinherited
key → String
The key representation (e.g., "↑/k", "ctrl+c").
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited