SourceGenerator class Null safety

Constructors

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

Properties

additionalContents String?
final
additionalTypes List<Type>
final
executableType Type
read / write
hashCode int
The hash code for this object.
read-onlyinherited
imports List<String>
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scriptSource Future<String>
read-only
typeName String
read-only

Methods

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

Operators

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