sequenceState method

State<S, Iterable<A>> sequenceState()

Implementation

State<S, Iterable<A>> sequenceState() => State.sequenceList(toList());