Context class

A set of rules which is used to specify certain features throughout all the defined Emitters.

Constructors

Context({bool useTraillingCommas = false, Importer importer = const NoImporter()})
A set of rules which is used to specify certain features throughout all the defined Emitters.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
importer Importer
An Importer can be used to automatically resolve all the dependencies within the configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useTraillingCommas bool
Whether the emitters should use trailling commas.
final

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