toJson method

Json toJson()

Serializes these settings to JSON.

Implementation

Json toJson() => {
  "segaIntro": segaIntro,
  "segaSound": segaSound,
  "enableClippy": enableClippy,
  "badApple": badApple,
  "dvdLogoAnimation": dvdLogoAnimation,
};