$ExpirationPolicy constructor

$ExpirationPolicy({
  1. String? ttl,
})

Implementation

$ExpirationPolicy({
  this.ttl,
});