set

void set(

  1. JSAny? newValue
)

Updates value to newValue.

Implementation

void set(JSAny? newValue) => _setValue(newValue);