initializer property
Expression?
get
initializer
The initializer of the variable, or null
if the variable does not have an initializer.
Implementation
Expression? get initializer;
The initializer of the variable, or null
if the variable does not have an initializer.
Expression? get initializer;