append method Null safety

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

Implementation

void append(String name, String value) native;