buildRunnerUri property
Uri where build_runner
is serving.
Implementation
Uri get buildRunnerUri =>
new Uri(scheme: 'http', host: hostName, port: buildRunnerPort);
Uri where build_runner
is serving.
Uri get buildRunnerUri =>
new Uri(scheme: 'http', host: hostName, port: buildRunnerPort);