SlowlogGetInfo constructor
SlowlogGetInfo({})
Implementation
SlowlogGetInfo({
required this.id,
required this.timestamp,
required this.duration,
required this.command,
required this.client,
required this.extraInfo,
});