toIso method

String toIso()

convert duration to ISO_8601 format

Implementation

String toIso() => inSeconds.toISODuration();