LazyCell<T extends Object>.constant constructor
const
LazyCell<T extends Object>.constant (
- T func(),
- Object id
Implementation
const factory LazyCell.constant(T Function() func, Object id) =
ConstNonNullableLazyCell;