ClassMethod class

Inheritance
Implementers

Constructors

ClassMethod(String? name, List<FnParam> params, List<Statement?> body, [OutputType? type, List<StmtModifier>? modifiers, List<Expression>? annotations])

Properties

annotations List<Expression>
finalinherited
body List<Statement?>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modifiers List<StmtModifier>
finalinherited
name String?
getter/setter pair
params List<FnParam>
getter/setter pair
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