duration property

IsoDuration? duration

Implementation

IsoDuration? get duration => value is IsoDuration ? value : null;