CopyWith$Input$QuestionSettingsInput<TRes> class
abstract
Constructors
- CopyWith$Input$QuestionSettingsInput(Input$QuestionSettingsInput instance, TRes then(Input$QuestionSettingsInput))
-
factory
- CopyWith$Input$QuestionSettingsInput.stub(TRes res)
-
factory
Properties
-
date
→ CopyWith$Input$QuestionSettingsDateInput<
TRes> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
number
→ CopyWith$Input$QuestionSettingsNumberInput<
TRes> -
no setter
-
paragraph
→ CopyWith$Input$QuestionSettingsTextInput<
TRes> -
no setter
-
rating
→ CopyWith$Input$QuestionSettingsRatingInput<
TRes> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shortAnswer
→ CopyWith$Input$QuestionSettingsTextInput<
TRes> -
no setter
-
singleChoice
→ CopyWith$Input$QuestionSettingsToggleInput<
TRes> -
no setter
-
smiley
→ CopyWith$Input$QuestionSettingsSmileyInput<
TRes> -
no setter
Methods
-
call(
{Input$QuestionSettingsTextInput? paragraph, Input$QuestionSettingsTextInput? shortAnswer, Input$QuestionSettingsRatingInput? rating, Input$QuestionSettingsDateInput? date, Input$QuestionSettingsNumberInput? number, Input$QuestionSettingsToggleInput? singleChoice, Input$QuestionSettingsSmileyInput? smiley}) → TRes -
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