sunny top-level property

SunnyGet get sunny

Implementation

SunnyGet get sunny => _sunny;
set sunny (SunnyGet sunny)

Implementation

set sunny(SunnyGet sunny) {
  _sunny = sunny;
}