toString method

  1. @override
String toString()
override

A string representation of this HourAngle.

In this representation, the number of seconds is represented with two decimal digits.

Implementation

@override
String toString() =>
    '${arcHours}h ${arcMinutes}m ${arcSeconds.toStringAsFixed(2)}s';