period property

Period get period

Implementation

Period get period => start == end ? Period.zero : Period.between(start, end);