Urls constructor

Urls({
  1. String? bareboneJs,
  2. String? testImp,
  3. String? jsBase,
  4. String? fresnel,
  5. String? js,
  6. String? proxy,
  7. String? muxUrl,
  8. String? fresnelMimirInputsUrl,
  9. String? fresnelChunkUrl,
  10. String? threeJs,
  11. String? vuidJs,
  12. String? fresnelManifestUrl,
  13. String? chromelessCss,
  14. String? playerTelemetryUrl,
  15. String? chromelessJs,
  16. String? css,
})

Implementation

Urls(
    {this.bareboneJs,
    this.testImp,
    this.jsBase,
    this.fresnel,
    this.js,
    this.proxy,
    this.muxUrl,
    this.fresnelMimirInputsUrl,
    this.fresnelChunkUrl,
    this.threeJs,
    this.vuidJs,
    this.fresnelManifestUrl,
    this.chromelessCss,
    this.playerTelemetryUrl,
    this.chromelessJs,
    this.css});