buildRunnerUri property

Uri buildRunnerUri

Uri where build_runner is serving.

Implementation

Uri get buildRunnerUri =>
    new Uri(scheme: 'http', host: hostName, port: buildRunnerPort);