erasedDartType method
TypeReference
erasedDartType()
Implementation
TypeReference erasedDartType() {
if (this is BaseArrayType) {
return listType;
} else {
return toDart();
}
}
TypeReference erasedDartType() {
if (this is BaseArrayType) {
return listType;
} else {
return toDart();
}
}