setHelp method

void setHelp(
  1. String key,
  2. String desc
)

Sets the help text for this binding.

Implementation

void setHelp(String key, String desc) {
  help = Help(key: key, desc: desc);
}