isDEADBEEF property

bool isDEADBEEF

Implementation

bool get isDEADBEEF {
  if (katamari.isEmpty) return true;
  return false;
}