ConsentExpiry constructor

ConsentExpiry(
  1. int time,
  2. TimeUnit unit
)

Implementation

ConsentExpiry(this.time, this.unit);