TimeAgo constructor
TimeAgo({
- required int value,
- required TimeAgoType type,
Constructs a TimeAgo object with the given value
and type
.
Implementation
TimeAgo({required this.value, required this.type});