Constructor class

Inheritance

Constructors

Constructor({List<FnParam>? params, List<Statement>? body, List<Statement>? initializers})

Properties

annotations List<Expression>
finalinherited
body List<Statement?>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
initializers List<Statement>
getter/setter pair
modifiers List<StmtModifier>
finalinherited
name String?
getter/setter pairinherited
params List<FnParam>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type OutputType?
getter/setter pairinherited

Methods

hasModifier(StmtModifier modifier) bool
inherited
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