Artist constructor

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

Implementation

Artist(this.name, this.uri);