Appcast constructor

Appcast({
  1. Client? client,
})

Implementation

Appcast({
  this.client,
}) {
  client ??= http.Client();
}