set method

void set(
  1. String name, [
  2. Blob? blobValue,
  3. String? filename
])

Implementation

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