DarwinAlbumType constructor

const DarwinAlbumType({
  1. PMDarwinAssetCollectionSubtype? subtype,
  2. PMDarwinAssetCollectionType? type,
})

Implementation

const DarwinAlbumType({this.subtype, this.type});