static Chrome? from(String executable) { return FileSystemEntity.isFileSync(executable) ? Chrome._(executable) : null; }