ChoiceHelpStruct constructor

ChoiceHelpStruct({
  1. String explain = '',
  2. TransStruct? tran,
})

Implementation

ChoiceHelpStruct({this.explain = '', this.tran});