sunny top-level property

SunnyGet sunny

Implementation

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

Implementation

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