Artist constructor

Artist(
  1. String? name,
  2. String? uri
)

Constructor for Artist.

Implementation

Artist(this.name, this.uri);