StateFlow constructor

const StateFlow({
  1. String? name,
  2. bool persist = false,
  3. String? description,
})

Implementation

const StateFlow({this.name, this.persist = false, this.description});