asWatts property

Power get asWatts

Returns a new Power object representing this power in Watts (W).

Implementation

Power get asWatts => convertTo(PowerUnit.watt);