isAlwaysThrows property

  1. @override
bool get isAlwaysThrows
override

Whether this annotation is @alwaysThrows from the meta package.

@alwaysThrows indicates that a function always throws an exception and never returns normally.

Implementation

@override
bool get isAlwaysThrows => _isMeta('alwaysThrows');