bool isAsynchronous

Source

bool get isAsynchronous =>
    isExecutable && (element as ExecutableElement).isAsynchronous;