returnType property Null safety
Return the return type of the method, or null
if no return type was
declared.
Implementation
TypeAnnotation? get returnType;
Return the return type of the method, or null
if no return type was
declared.
TypeAnnotation? get returnType;