SessionEvent constructor

SessionEvent({
  1. String? newKey,
  2. String? ekey,
  3. String? key,
})

Implementation

SessionEvent({this.newKey, this.ekey, this.key});