seconds property

num? get seconds

Implementation

num? get seconds =>
    isDuration && isSeconds(unit) ? num.parse(value.asUcumDecimal()) : null;