SystemInfoEntity constructor
SystemInfoEntity({})
Implementation
SystemInfoEntity(
{required this.cloudId,
required this.commitHash,
this.baseUrl,
this.edition,
this.siteTitle,
this.defaultLocale,
this.defaultTimeZone});