b property

int get b

Implementation

int get b {
  return int.parse(toRadixString(10), radix: 2);
}