Class class

Implemented types

Constructors

Class(String className, {bool? isAbstract, List<Constructor>? constructors, String? baseClass, List<String>? mixins, List<String>? interfaces, List<Attribute>? attributes, List<IExpression>? methods})
Example

Properties

attributes List<Attribute>?
final
baseClass String?
extends $baseClass
final
className String
final
constructors List<Constructor>?
final
hashCode int
The hash code for this object.
no setterinherited
interfaces List<String>?
implements $interfacesi
final
isAbstract bool?
final
methods List<IExpression>?
final
mixins List<String>?
with $mixinsi
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

interpret(EditorContext context) String
override
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