Info constructor
Info({})
Implementation
Info({
required this.version,
required this.buildTime,
required this.git,
required this.jvm,
required this.lavaplayer,
required this.sourceManagers,
required this.plugins,
});