ComputedStateValue<T>.failed constructor

const ComputedStateValue<T>.failed(
  1. Object exception
)

Implementation

const factory ComputedStateValue.failed(Object exception) = ComputedStateValueFailed._;