isDEADBEEF property

bool get isDEADBEEF

Implementation

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