speedInMps property

double? get speedInMps

Get the wind speed in meters per second.

Implementation

double? get speedInMps => _speed.inMps;