fromByte static method

TupleDataType fromByte(
  1. int byte
)

Implementation

static TupleDataType fromByte(int byte) {
  return fromId(String.fromCharCode(byte));
}