hint property

int get hint

Implementation

int get hint {
  var t = _data.byteBuffer.asUint16List();
  return t[0];
}