DartGetMethod class

Inheritance

Constructors

DartGetMethod(String name)

Properties

annotations List<DartAnnotation>
finalinherited
body List<String>
finalinherited
comments List<Comment>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isAbstract bool
getter/setter pair
isExpressionBody bool
getter/setter pairinherited
name String
finalinherited
returnType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAnnotation(DartAnnotation annotation) → void
inherited
addBody(String expression, [List<Object?>? arguments]) → void
inherited
addComment(String comment, [CommentType type = CommentType.documentation]) → void
inherited
expressionBody(String expression, [List<Object?>? arguments]) → void
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