Help constructor

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

Implementation

const Help({this.key = '', this.desc = ''});