SourceWriter class

source writer

NOTE: writer phase is completely disjoint from reader phase.

Inheritance

Constructors

SourceWriter(Manifest manifest, {bool referToManifest = true})
referToManifest dictates weather to reference manifest with @SealedManifest or not, it is true by default

Properties

hashCode int
The hash code for this object.
no setterinherited
manifest Manifest
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subWriter → SubWriter
final
topWriter → TopWriter
final

Methods

classes() Iterable<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() String

Operators

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