JotformAnswer constructor
JotformAnswer({
- required String name,
- required int order,
- required String text,
- required JotformAnswerType type,
- String? timeFormat,
- String? inputType,
- int? emojiCount,
- List<
String> ? featureSet, - List<
Map< ? dcolumns,String, dynamic> > - List<
Map< ? drows,String, dynamic> > - List<
String> ? mcolumns, - List<
String> ? mrows, - List<
String> ? toggleText, - List<
int> ? colIds, - List<
int> ? rowIds, - int? scaleAmount,
- List<
Map< ? products,String, dynamic> > - Map<
String, String> ? sublabels, - required dynamic answer,
- String? prettyFormat,
Implementation
JotformAnswer({
required this.name,
required this.order,
required this.text,
required this.type,
this.timeFormat,
this.inputType,
this.emojiCount,
this.featureSet,
this.dcolumns,
this.drows,
this.mcolumns,
this.mrows,
this.toggleText,
this.colIds,
this.rowIds,
this.scaleAmount,
this.products,
this.sublabels,
required this.answer,
this.prettyFormat,
});