Skip to content

Commit b63e11e

Browse files
committed
Hide some more unused things from the API
1 parent 1aceaf0 commit b63e11e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkgs/native_assets_cli/lib/src/api/build_output.dart

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ import 'dependencies.dart';
1515
import 'metadata.dart';
1616

1717
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-
2718
factory BuildOutput({
2819
DateTime? timestamp,
2920
List<Asset>? assets,

0 commit comments

Comments
 (0)