age property

int get age

Implementation

int get age => DateTime.now().difference(_createdAt).inSeconds;