menu
fake package
documentation
fake.dart
FakeWeather
windSpeed static method
windSpeed static method
dark_mode
light_mode
windSpeed
static method
double
windSpeed
(
)
Implementation
static double windSpeed() { return _random.nextDouble() * 50; // 0-50 km/h or mph }
fake package
documentation
fake
FakeWeather
windSpeed static method
FakeWeather class