boolean method

void boolean(
  1. bool v
)

Implementation

void boolean(bool v) => Int32(v ? 1 : 0);