TimeAgoDuration constructor

TimeAgoDuration(
  1. int value,
  2. TimeUnit unit
)

Implementation

TimeAgoDuration(this.value, this.unit);