SessionValue constructor

SessionValue(
  1. dynamic value,
  2. int ttl,
  3. SessionOptions options
)

Creates a new instance of SessionValue

Implementation

SessionValue(this.value, this.ttl, this.options);