RefreshAhead constructor

const RefreshAhead({
  1. required Duration refreshAfter,
  2. Duration? ttl,
})

Implementation

const RefreshAhead({required this.refreshAfter, this.ttl});