menu
functionally package
documentation
builders.dart
ReaderIOBuilder<ENV, A>
of<ENV, A> static method
of<ENV, A> static method
dark_mode
light_mode
of<
ENV
,
A
>
static method
ReaderIOBuilder
<
ENV
,
A
>
of
<
ENV
,
A
>(
A
a
)
Implementation
static ReaderIOBuilder<ENV, A> of<ENV, A>(A a) => ReaderIOBuilder((_) => () => a);
functionally package
documentation
builders
ReaderIOBuilder<ENV, A>
of<ENV, A> static method
ReaderIOBuilder class