isAsync method

  1. @override
bool isAsync()
override

Returns true if this is an Async instance.

Implementation

@override
@pragma('vm:prefer-inline')
bool isAsync() => false;