toBuilder method

DurationBuilder toBuilder()

Converts this in builder

Implementation

DurationBuilder toBuilder() => DurationBuilder.of(this);