uptime property

Duration get uptime

Gets the duration since the analytics tracking started.

Implementation

Duration get uptime => DateTime.now().difference(_startTime);