JotformAnswer class

Mixed-in types
Annotations
  • @MappableClass()

Constructors

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

Properties

answer → dynamic
final
colIds List<int>?
final
copyWith JotformAnswerCopyWith<JotformAnswer, JotformAnswer, JotformAnswer>
no setterinherited
dcolumns List<Map<String, dynamic>>?
final
drows List<Map<String, dynamic>>?
final
emojiCount int?
final
featureSet List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
inputType String?
final
mcolumns List<String>?
final
mrows List<String>?
final
name String
final
order int
final
prettyFormat String?
final
products List<Map<String, dynamic>>?
final
rowIds List<int>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleAmount int?
final
sublabels Map<String, String>?
final
text String
final
timeFormat String?
final
toggleText List<String>?
final
type JotformAnswerType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited