byte property

int get byte

Implementation

int get byte {
  check();
  return value.b;
}