Album constructor

Album(
  1. String name,
  2. String identifier,
  3. int count
)

Implementation

Album(this.name, this.identifier, this.count);