initializer property
Expression?
get
initializer
The expression used to compute the initial value for the variable, or
null
if the initial value isn't specified.
Implementation
Expression? get initializer;