Wind({String? direction, String? speed}) { _direction = Direction(direction); _speed = Speed(speed); }