NoMetadataParserException constructor

const NoMetadataParserException({
  1. required File track,
})

Implementation

const NoMetadataParserException({
  required this.track,
});