How to get the featured image inside of a single-.php template?

I think this may help you

if(has_post_thumbnail())
{ 
     the_post_thumbnail( 'full' );
}

Reference : Featured Images & Post Thumbnails