call method

bool call(
  1. T a
)

Computes !a.

Implementation

bool call(T a) => !(a as dynamic);