value property

int value

Implementation

int get value {
  switch (this) {
    case LogicalType.and:
      return 0;
    case LogicalType.or:
      return 1;
  }
}