Metadata constructor

Metadata({
  1. List<Music>? music,
  2. String? timestampUtc,
})

Implementation

Metadata({this.music, this.timestampUtc});