SystemStatus constructor
SystemStatus({})
Implementation
SystemStatus({
required this.success,
required this.message,
required this.ytmusicReady,
required this.ytmusicVersion,
required this.ytdlpReady,
required this.ytdlpVersion,
});