sunnyColors top-level property

SunnyColors sunnyColors

Implementation

SunnyColors get sunnyColors =>
    _sunnyColors ??
    (throw Exception(
        "No sunny colors have been initialized.  Set using SunnyColors.init"));