fraction property

({Iso8601DurationComponent component, double value})? fraction
final

The fractional part and the component carrying it, or null when the duration is whole. Always the smallest component present, since ISO 8601 allows a fraction nowhere else.

Implementation

final ({Iso8601DurationComponent component, double value})? fraction;