BazelOutputConfiguration class

OutputConfiguration that uses Bazel layout information to resolve output locations and imports.

Constructors

BazelOutputConfiguration(Map<String, BazelPackage> packages)

Properties

hashCode int
The hash code for this object.
no setterinherited
packages Map<String, BazelPackage>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outputPathFor(Uri inputPath, String extension) Uri
Returns the path where the .pb.dart file will be placed.
resolveImport(Uri target, Uri source, String extension) Uri
Resolves an import of a generated Dart file.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited