Appcast constructor

const Appcast({
  1. required List<AppcastItem> items,
})

Implementation

const Appcast({
  required this.items,
});