menu
epub_decoder package
documentation
models/lazy.dart
Lazy<T>
Lazy constructor
Lazy constructor
dark_mode
light_mode
Lazy<
T
>
constructor
Lazy<
T
>
(
T
_initializer
()
)
Implementation
Lazy(this._initializer);
epub_decoder package
documentation
models/lazy
Lazy<T>
Lazy constructor
Lazy class