We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de90a36 commit f058dc1Copy full SHA for f058dc1
lib/src/builder/build_step.dart
@@ -9,9 +9,9 @@ import '../asset/id.dart';
9
10
/// A single step in the build processes. This represents a single input and
11
/// it also handles tracking of dependencies.
12
-class BuildStep {
+abstract class BuildStep {
13
/// The primary input for this build step.
14
- final Asset input;
+ Asset get input;
15
16
/// Reads an [Asset] by [id] as a [String] using [encoding].
17
///
0 commit comments