AlbumType constructor

const AlbumType({
  1. DarwinAlbumType? darwin,
  2. OhosAlbumType? ohos,
})

Implementation

const AlbumType({this.darwin, this.ohos});