ExpiresAfter constructor

const ExpiresAfter({
  1. String? anchor,
  2. required int seconds,
})

Creates an ExpiresAfter.

Implementation

const ExpiresAfter({this.anchor, required this.seconds});