Meta constructor

Meta({
  1. String? whenToUse,
  2. String? howItHelps,
  3. String? possibleTriggers,
})

Implementation

Meta({this.whenToUse, this.howItHelps, this.possibleTriggers});