DeleteSessionArguments constructor

DeleteSessionArguments({
  1. SessionId? id,
  2. MyUserCredentials? confirmation,
})

Implementation

DeleteSessionArguments({this.id, this.confirmation});