menu
cowpay package
documentation
core/packages/dartz/dartz.dart
Gather<A>
Gather constructor
Gather constructor
dark_mode
light_mode
Gather<
A
>
constructor
Gather<
A
>
(
IList
<
Free
<
IOOp
,
A
>
>
ops
,
Function1
<
IList
,
IList
<
A
>
>
cast
)
Implementation
Gather(this.ops, this.cast);
cowpay package
documentation
core/packages/dartz/dartz
Gather<A>
Gather constructor
Gather class