StaticFilesServer({ Directory? root, this.maxAgeSeconds = 3600, this.spaFallback = false, }) : root = root ?? Directory('lib/src/http/public');