RadarrImage constructor

RadarrImage({
  1. String? coverType,
  2. String? url,
  3. String? remoteUrl,
})

Implementation

RadarrImage({
    this.coverType,
    this.url,
    this.remoteUrl,
});