setAttribute<T> abstract method

void setAttribute<T>(
  1. Key<T> k,
  2. T v
)

set attribute.

Implementation

void setAttribute<T>(Key<T> k, T v);