constantInitializer2 property

  1. @Deprecated('Use constantInitializer instead')
ConstantInitializer? get constantInitializer2

The constant initializer for this constant variable, or the default value for this formal parameter.

Is null if this variable is not a constant, or does not have the initializer or the default value specified.

Implementation

@Deprecated('Use constantInitializer instead')
ConstantInitializer? get constantInitializer2;