Timespan.empty constructor

Timespan.empty()

Implementation

factory Timespan.empty() => Timespan(duration: Duration.zero);