SessionWarningResponse constructor
Returns a new SessionWarningResponse instance.
Implementation
SessionWarningResponse({
required this.code,
this.time,
required this.warning,
});
Returns a new SessionWarningResponse instance.
SessionWarningResponse({
required this.code,
this.time,
required this.warning,
});