set method Null safety

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

Implementation

void set(String name, String value) native;