days property

num? get days

Implementation

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