VariableElementImpl constructor
VariableElementImpl({})
Creates an instance of VariableElementImpl.
Implementation
VariableElementImpl({
required this.name,
required this.enclosingElement,
required this.hasImplicitType,
required this.isConst,
required this.isFinal,
required this.isLate,
required this.isStatic,
DartType? type,
}) : _type = type;