age property
int
get
age
Age of subscription in milliseconds
Implementation
int get age => DateTime.now().difference(createdAt).inMilliseconds;
Age of subscription in milliseconds
int get age => DateTime.now().difference(createdAt).inMilliseconds;