returnType property Null safety
Return the type of object being created.
This can be different than the type in which the constructor is being declared if the constructor is the implementation of a factory constructor.
Implementation
Identifier get returnType;