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 1aceaf0 commit b63e11eCopy full SHA for b63e11e
pkgs/native_assets_cli/lib/src/api/build_output.dart
@@ -15,15 +15,6 @@ import 'dependencies.dart';
15
import 'metadata.dart';
16
17
abstract class BuildOutput {
18
- /// Time the build this output belongs to started.
19
- ///
20
- /// Rounded down to whole seconds, because [File.lastModified] is rounded
21
- /// to whole seconds and caching logic compares these timestamps.
22
- DateTime get timestamp;
23
- List<Asset> get assets;
24
- Dependencies get dependencies;
25
- Metadata get metadata;
26
-
27
factory BuildOutput({
28
DateTime? timestamp,
29
List<Asset>? assets,
0 commit comments