Resolvers class abstract

A factory that returns a resolver for a given BuildStep.

Constructors

Resolvers()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(BuildStep buildStep) Future<ReleasableResolver>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset the state of any caches within Resolver instances produced by this Resolvers.
toString() String
A string representation of this object.
inherited

Operators

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