AstroData class

A class to represent forecast astro data.

Constructors

AstroData(String? _sunrise, String? _sunset, String? _moonrise, String? _moonset, String? _moonPhase, int? _moonIllumination, int? _isMoonUp, int? _isSunUp)

Properties

hashCode int
The hash code for this object.
no setterinherited
isMoonUp int?
no setter
isSunUp int?
no setter
moonIllumination int?
no setter
moonPhase String?
no setter
moonrise String?
no setter
moonset String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sunrise String?
no setter
sunset String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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