ExtendedHelp constructor Null safety

const ExtendedHelp(
  1. String? help,
  2. {String? header}
)

Implementation

const ExtendedHelp(this.help, {this.header});