ComputedState<T> constructor

const ComputedState<T>({
  1. required ComputedStateValue<T> value,
})

Implementation

const ComputedState({required this.value});