FileHintsObjectBuilder({ bool? isBinary, String? fileName, String? modTime, }) : _isBinary = isBinary, _fileName = fileName, _modTime = modTime;