ServerInformation constructor
ServerInformation({})
Implementation
ServerInformation(
{this.baseUrl,
this.buildDate,
this.buildNumber,
this.deploymentType,
List<HealthCheckResult>? healthChecks,
this.scmInfo,
this.serverTime,
this.serverTitle,
this.version,
List<int>? versionNumbers})
: healthChecks = healthChecks ?? [],
versionNumbers = versionNumbers ?? [];