DestroySessionOk constructor

const DestroySessionOk({
  1. required int sessionId,
})

Destroy Session Ok constructor.

Implementation

const DestroySessionOk({
  required this.sessionId,
}) : super._();