Wind class

Basic structure for wind groups in report from land stations.

Implementers

Constructors

Wind({String? direction, String? speed})

Properties

cardinalDirection String?
Get the cardinal direction associated to the wind direction.
no setter
directionInDegrees double?
Get the wind direction in degrees.
no setter
directionInGradians double?
Get the wind direction in gradians.
no setter
directionInRadians double?
Get the wind direction in radians.
no setter
hashCode int
The hash code for this object.
no setterinherited
isCalm bool
Get true if wind is calm (direction 000, speed 0 kt).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedInKnot double?
Get the wind speed in knots.
no setter
speedInKph double?
Get the wind speed in kilometers per hour.
no setter
speedInMiph double?
Get the wind speed in miles per hour.
no setter
speedInMps double?
Get the wind speed in meters per second.
no setter
variable bool
Get if the wind direction is variable in report.
no setter

Methods

asMap() Map<String, Object?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited