PreLoadMsg constructor

PreLoadMsg({
  1. String? playUrl,
  2. double? preloadSizeMB,
  3. int? preferredResolution,
})

Implementation

PreLoadMsg({
  this.playUrl,
  this.preloadSizeMB,
  this.preferredResolution,
});