void set(String name, [Blob? blobValue, String? filename]) => js_util.callMethod(this, 'set', [name, blobValue, filename]);