地址处的8位无符号整数。
Dart 整数在存储之前被截断到8位(就像使用 .toUnsigned(8) 一样),当它被加载时,8位值被零扩展。
.toUnsigned(8)
external int get value;
external void set value(int value);