SizeAndSunshineStats class

Size and sunniness quantiles of a roof, or part of a roof.

Constructors

SizeAndSunshineStats({double? areaMeters2, double? groundAreaMeters2, List<double>? sunshineQuantiles})
SizeAndSunshineStats.fromJson(Map json_)

Properties

areaMeters2 double?
The area of the roof or roof segment, in m^2.
getter/setter pair
groundAreaMeters2 double?
The ground footprint area covered by the roof or roof segment, in m^2.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sunshineQuantiles List<double>?
Quantiles of the pointwise sunniness across the area.
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