menu
bcs package
documentation
index.dart
Bcs
lazy<T, Input> static method
lazy<T, Input> static method
dark_mode
light_mode
lazy<
T
,
Input
>
static method
BcsType
<
T
,
Input
>
lazy
<
T
,
Input
>(
BcsType
<
T
,
Input
>
cb
()
)
Implementation
static BcsType<T, Input> lazy<T, Input>(BcsType<T, Input> Function() cb) { return lazyBcsType(cb); }
bcs package
documentation
index
Bcs
lazy<T, Input> static method
Bcs class