byte property

Function byte
getter/setter pair

Implementation

static Function byte = (scope) {
  return scope.parseByte();
};