| Index: pkg/barback/lib/src/asset_node.dart
|
| diff --git a/pkg/barback/lib/src/asset_node.dart b/pkg/barback/lib/src/asset_node.dart
|
| index 5e794431a6d283f9f74cad9db38edf3e2b0fa174..36a3a669801a37d58068088136fb571ad3abe5e1 100644
|
| --- a/pkg/barback/lib/src/asset_node.dart
|
| +++ b/pkg/barback/lib/src/asset_node.dart
|
| @@ -58,6 +58,10 @@ class AssetNode {
|
| /// lazy.
|
| Function _lazyCallback;
|
|
|
| + /// Whether this is lazy and needs [force] to be called before it will be
|
| + /// marked available.
|
| + bool get isLazy => _lazyCallback != null;
|
| +
|
| /// A broadcast stream that emits an event whenever the node changes state.
|
| ///
|
| /// This stream is synchronous to ensure that when a source asset is modified
|
|
|