append method Null safety

void append(
  1. String property,
  2. Object value
)

Implementation

void append(String property, Object value) native;