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