weather property Null safety

String weather

Implementation

String get weather {
  return "맑음";
}