hint property

int get hint

Implementation

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