hint property

int get hint

Implementation

int get hint {
  if (_hintCache != 0) return _hintCache;
  //short link to crypted
  final digest = xxHash64.convert(_shortlink);
  _hintCache = digest.x.toInt();
  return _hintCache;
}