initializer property

Expression? initializer

Return the expression used to compute the initial value for the variable, or null if the initial value was not specified.

Implementation

Expression? get initializer;