menu
googleapis package
documentation
forms/v1.dart
TextAnswers
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.
Map
<core.
String
, core.
dynamic
> toJson() => {
if
(answers !=
null
)
'answers'
: answers!, };
googleapis package
documentation
forms/v1
TextAnswers
toJson method
TextAnswers class
Constructors
new
fromJson
Properties
answers
hashCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==