PlayTrackEntry constructor
const
PlayTrackEntry({})
Implementation
const PlayTrackEntry({
required this.name,
required this.newestVersionCode,
required this.releases,
required this.display,
});
const PlayTrackEntry({
required this.name,
required this.newestVersionCode,
required this.releases,
required this.display,
});