length property

Duration get length

The length of this Period.

Implementation

Duration get length => end.difference(start);