A download([String? filename]) { if (filename != null) { attr('download', StringAttribute(filename)); } else { attr('download', BooleanAttribute(true)); } return this; }