Astro class

sunrise : "07:39 AM" sunset : "05:50 PM" moonrise : "07:06 PM" moonset : "10:36 AM" moon_phase : "Waning Gibbous" moon_illumination : "76"

Constructors

Astro({String? sunrise, String? sunset, String? moonrise, String? moonset, String? moonPhase, String? moonIllumination})
Astro.fromJson(dynamic json)

Properties

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

Methods

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

Operators

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