ReflectableOutput class
Constructors
-
ReflectableOutput({List<
String> urlsNeedingInitReflector = const [], List<ReflectableClass> registerClasses = const [], List<DependencyInvocation< registerFunctions = const []})ExecutableElement> > -
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
registerClasses
→ List<
ReflectableClass> -
What
class
elements require registration ininitReflector
.final -
registerFunctions
→ List<
DependencyInvocation< ExecutableElement> > -
What factory functions require registration in
initReflector
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
urlsNeedingInitReflector
→ List<
String> -
What
.template.dart
files need to be imported and linked to this file.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override