returnType property Null safety
Return the return type of the function type being defined, or null
if
no return type was given.
Implementation
TypeAnnotation? get returnType;
Return the return type of the function type being defined, or null
if
no return type was given.
TypeAnnotation? get returnType;