trace property

void trace=(bool t)

Implementation

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