variable property

  1. @Deprecated('Use variable2 instead')
VariableElement? get variable

If this object is the value of a constant variable, the variable.

Implementation

@Deprecated('Use variable2 instead')
VariableElement? get variable;