secondFractionOfHour property

Rational secondFractionOfHour
final

Represents one second as a fraction of an hour (1/3600)

Implementation

static final Rational secondFractionOfHour = Rational.fromInt(1, 3600);