SourceGenerator class

Constructors

SourceGenerator(Type executableType, {List<String> imports = const [], List<Type> additionalTypes = const [], String? additionalContents})

Properties

additionalContents String?
final
additionalTypes List<Type>
final
executableType Type
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imports List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptSource Future<String>
no setter
typeName String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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