Album constructor

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

Implementation

Album(this.name, this.uri);