aliasedType property
The type this typedef refers to.
Implementation
@override
DartType get aliasedType {
return _aliasedType!;
}
set
aliasedType
(DartType? aliasedType)
Implementation
set aliasedType(DartType? aliasedType) {
_aliasedType = aliasedType;
}