Whether the element has an annotation of the form @alwaysThrows.
@alwaysThrows
@override bool get hasAlwaysThrows => metadata.any((ElementAnnotation m) => m.isAlwaysThrows);