toInt property

int toInt

Implementation

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