byte property

int byte

Implementation

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