MediaUrl constructor
const
MediaUrl({})
Implementation
const MediaUrl({
required this.url,
this.title,
this.play = false,
this.tipTime,
this.tipWidget,
this.castWidget,
this.castDevicesType = DevicesType.all,
});