toInt property

int get toInt

Implementation

int get toInt {
  return this ? 1 : 0;
}