isAlwaysThrows property

bool get isAlwaysThrows

Whether this annotation is @alwaysThrows from the meta package.

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

Implementation

bool get isAlwaysThrows;