hasInput property
Returns whether uri
is a file part of the same build process.
Used to determine whether uri
(i.e. foo.dart
) will generate a future
output (i.e. foo.template.dart
). It should be assumed the uri
parameter, if a relative URI, is relative to the library being analyzed.
Implementation
final FutureOr<bool> Function(String) hasInput;