Expiration constructor

const Expiration(
  1. String _name,
  2. Duration duration
)

Implementation

const Expiration(this._name, this.duration);