SessionValue constructor
SessionValue(
- dynamic value,
- int ttl,
- SessionOptions options
Creates a new instance of SessionValue
Implementation
SessionValue(this.value, this.ttl, this.options);