Skip to content

Commit

Permalink
Hide some more unused things from the API
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Jan 12, 2024
1 parent 1aceaf0 commit b63e11e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/native_assets_cli/lib/src/api/build_output.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ import 'dependencies.dart';
import 'metadata.dart';

abstract class BuildOutput {
/// Time the build this output belongs to started.
///
/// Rounded down to whole seconds, because [File.lastModified] is rounded
/// to whole seconds and caching logic compares these timestamps.
DateTime get timestamp;
List<Asset> get assets;
Dependencies get dependencies;
Metadata get metadata;

factory BuildOutput({
DateTime? timestamp,
List<Asset>? assets,
Expand Down

0 comments on commit b63e11e

Please sign in to comment.