code_builder package
documentation
code_builder
Method
modifier property
modifier
modifier
property
Null safety
MethodModifier
?
modifier
Whether this method is
async
,
async*
, or
sync*
.
Implementation
MethodModifier? get modifier;
code_builder package
documentation
code_builder
Method
modifier property
Method class
Constructors
Method
returnsVoid
Properties
annotations
body
closure
docs
external
genericClosure
hashCode
lambda
modifier
name
optionalParameters
requiredParameters
returns
runtimeType
static
type
types
Methods
accept
noSuchMethod
rebuild
toBuilder
toString
Operators
operator ==