BazelResolver constructor

BazelResolver({
  1. String workspacePath = '',
})

Creates a Bazel resolver with the specified workspace path, if any.

Implementation

BazelResolver({this.workspacePath = ''});