Whether this annotation is @alwaysThrows from the meta package.
@alwaysThrows
@alwaysThrows indicates that a function always throws an exception and never returns normally.
@override bool get isAlwaysThrows => _isMeta('alwaysThrows');