StatusResponse constructor
StatusResponse({})
Implementation
StatusResponse({
required this.status,
required this.message,
this.dataUpdated,
this.softwareVersion,
this.databaseVersion,
});
StatusResponse({
required this.status,
required this.message,
this.dataUpdated,
this.softwareVersion,
this.databaseVersion,
});