WebEntrypointBuilder constructor

const WebEntrypointBuilder(
  1. WebCompiler webCompiler, {
  2. List<String> dart2JsArgs = const [],
  3. required bool? nativeNullAssertions,
})

Implementation

const WebEntrypointBuilder(
  this.webCompiler, {
  this.dart2JsArgs = const [],
  required this.nativeNullAssertions,
});