ValueEffect<Value> constructor

const ValueEffect<Value>(
  1. Value value
)

Implementation

const ValueEffect(this.value) : super._();