FilenCache constructor
FilenCache({
- DateTime clock()?,
Implementation
FilenCache({DateTime Function()? clock}) : _now = clock ?? DateTime.now;
FilenCache({DateTime Function()? clock}) : _now = clock ?? DateTime.now;