EditorContext class

Constructors

EditorContext({bool enableDartFormatter = false})

Properties

enableDartFormatter bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(List<IExpression> codeList) String
closeScope({int stepNum = 1}) String
indent() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openScope(Scope scope) String
space({int spaceNum = 1}) String
toString() String
A string representation of this object.
inherited

Operators

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