writeValue abstract method

void writeValue(
  1. dynamic obj
)
inherited

Write a new value to the element.

Implementation

void writeValue(T obj);