dataAge property

Duration get dataAge

Get the age of the data

Implementation

Duration get dataAge => DateTime.now().difference(fetchedAt);