FinalizedReleaseSet constructor

const FinalizedReleaseSet({
  1. required List<String> tags,
  2. required String head,
  3. required bool pushed,
})

Implementation

const FinalizedReleaseSet({
  required this.tags,
  required this.head,
  required this.pushed,
});