ComputedStateValue<T>.ready constructor

const ComputedStateValue<T>.ready(
  1. T value
)

Implementation

const factory ComputedStateValue.ready(T value) = ComputedStateValueReady._;