trace property

set trace (bool t)

Implementation

static set trace(bool t) {
  currentApi?._trace = t;
}