hasImplicitReturnType property Null safety
Return true
if this executable element did not have an explicit return
type specified for it in the original source.
Implementation
bool get hasImplicitReturnType;
Return true
if this executable element did not have an explicit return
type specified for it in the original source.
bool get hasImplicitReturnType;