toJson method
Serializes these settings to JSON.
Implementation
Json toJson() => {
"segaIntro": segaIntro,
"segaSound": segaSound,
"enableClippy": enableClippy,
"badApple": badApple,
};
Serializes these settings to JSON.
Json toJson() => {
"segaIntro": segaIntro,
"segaSound": segaSound,
"enableClippy": enableClippy,
"badApple": badApple,
};