RegisterFuncGenerator class abstract

Implementers

Constructors

RegisterFuncGenerator(Set<ImportableType> prefixedTypes)

Properties

buffer StringBuffer
final
hashCode int
The hash code for this object.
no setterinherited
prefixedTypes Set<ImportableType>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeRegisterFunc(DependencyConfig dep) → void
flattenParams(List<InjectedDependency> deps, String getIt) String
generate(DependencyConfig dep) String
generateAwaitSetup(DependencyConfig dep, String constructBody) String
generateInitializer(DependencyConfig dep, {String getIt = 'get'}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(Object o) → dynamic
writeln(Object o) → dynamic

Operators

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