passedDuration property
Duration?
get
passedDuration
checks passedDuration
Implementation
Duration? get passedDuration =>
this == null ? null : DateTime.now().difference(this!);
checks passedDuration
Duration? get passedDuration =>
this == null ? null : DateTime.now().difference(this!);