isSynchronous property

  1. @override
bool isSynchronous
override

Return true if this function body is synchronous.

Implementation

@override
bool get isSynchronous => keyword?.lexeme != Keyword.ASYNC.lexeme;