value property

  1. @override
EasterEggsSettings get value
override

The value being updated in the UI.

Implementation

@override
EasterEggsSettings get value => EasterEggsSettings(
    segaIntro: segaIntro,
    segaSound: segaSound,
    enableClippy: enableClippy,
    badApple: badApple,
  );