isLazy property

  1. @override
bool get isLazy
inherited

Whether this box is a lazy box (values loaded on demand).

Implementation

@override
bool get isLazy => _internalBox.isLazy;