MmSystemStatusResponse constructor
MmSystemStatusResponse({})
Returns a new MmSystemStatusResponse instance.
Implementation
MmSystemStatusResponse({
this.androidLatestVersion,
this.androidMinVersion,
this.desktopLatestVersion,
this.desktopMinVersion,
this.iosLatestVersion,
this.iosMinVersion,
this.databaseStatus,
this.filestoreStatus,
this.status,
this.canReceiveNotifications,
});