emit method

void emit(
  1. T value
)

Implementation

void emit(T value) => this.value = value;