Album constructor

Album({
  1. String? name,
})

Implementation

Album({this.name});