The type of the variable.
@override DartType get type => _type!;
set type(DartType type) { _type = type; }