JotformAnswerCopyWith<$R, $In extends JotformAnswer, $Out> class abstract

Available extensions

Constructors

JotformAnswerCopyWith.new()

Properties

$asJotformAnswer JotformAnswerCopyWith<$R, JotformAnswer, $Out>

Available on ObjectCopyWith<$R, JotformAnswer, $Out>, provided by the JotformAnswerValueCopy extension

no setter
colIds → ListCopyWith<$R, int, ObjectCopyWith<$R, int, int>>?
no setter
dcolumns → ListCopyWith<$R, Map<String, dynamic>, ObjectCopyWith<$R, Map<String, dynamic>, Map<String, dynamic>>>?
no setter
drows → ListCopyWith<$R, Map<String, dynamic>, ObjectCopyWith<$R, Map<String, dynamic>, Map<String, dynamic>>>?
no setter
featureSet → ListCopyWith<$R, String, ObjectCopyWith<$R, String, String>>?
no setter
hashCode int
The hash code for this object.
no setterinherited
mcolumns → ListCopyWith<$R, String, ObjectCopyWith<$R, String, String>>?
no setter
mrows → ListCopyWith<$R, String, ObjectCopyWith<$R, String, String>>?
no setter
products → ListCopyWith<$R, Map<String, dynamic>, ObjectCopyWith<$R, Map<String, dynamic>, Map<String, dynamic>>>?
no setter
rowIds → ListCopyWith<$R, int, ObjectCopyWith<$R, int, int>>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublabels → MapCopyWith<$R, String, String, ObjectCopyWith<$R, String, String>>?
no setter
toggleText → ListCopyWith<$R, String, ObjectCopyWith<$R, String, String>>?
no setter

Methods

$chain<$R2, $Out2>(Then<$Out2, $R2> t) JotformAnswerCopyWith<$R2, $In, $Out2>
$delta(Map<String, dynamic> delta) → $R
inherited
$merge($In value) → $R
inherited
$update($Out transform($In)) → $R
inherited
call({String? name, int? order, String? text, 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, dynamic answer, String? prettyFormat}) → $R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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