Input$ResponseAnswerInput class

Constructors

Input$ResponseAnswerInput({String? paragraph, String? shortAnswer, int? rating, int? number, String? singleChoice, List<String>? multipleChoices, Input$TimeFromToInput? date, Input$ResponseAnswerSmileyObjInput? smiley})
factory
Input$ResponseAnswerInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$ResponseAnswerInput<Input$ResponseAnswerInput>
no setter
date Input$TimeFromToInput?
no setter
hashCode int
The hash code for this object.
no setteroverride
multipleChoices List<String>?
no setter
number int?
no setter
paragraph String?
no setter
rating int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortAnswer String?
no setter
singleChoice String?
no setter
smiley Input$ResponseAnswerSmileyObjInput?
no setter

Methods

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

Operators

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