BetterVideoPlayerDataSource constructor

const BetterVideoPlayerDataSource(
  1. BetterVideoPlayerDataSourceType type,
  2. String url
)

Implementation

const BetterVideoPlayerDataSource(
  this.type,
  this.url,
);