ItunesOwner constructor

ItunesOwner({
  1. String? name,
  2. String? email,
})

Default constructor for the ItunesOwner class

Implementation

ItunesOwner({this.name, this.email});