append method

void append(
  1. String name,
  2. String value
)

Implementation

void append(String name, String value) =>
    js_util.callMethod(this, 'append', [name, value]);