VMServiceHandler constructor
VMServiceHandler({})
Implementation
VMServiceHandler({
required this.root,
required this.serverFile,
required this.codeGenerator,
required this.logger,
required this.canHotReload,
this.dartDefine = const DartDefine(),
this.dartVmServicePort = '8080',
}) : assert(
dartVmServicePort.isNotEmpty,
'dartVmServicePort cannot be empty',
);