age property

int get age

Age of subscription in milliseconds

Implementation

int get age => DateTime.now().difference(createdAt).inMilliseconds;