dirty method

void dirty(
  1. T value
)

Implementation

void dirty(T value) {
  add(LyInputDirtyEvent<T>(value));
}