ActiveContextTimeToLive constructor

ActiveContextTimeToLive({
  1. int? timeToLiveInSeconds,
  2. int? turnsToLive,
})

Implementation

ActiveContextTimeToLive({
  this.timeToLiveInSeconds,
  this.turnsToLive,
});