canFall property

bool get canFall

Implementation

bool get canFall {
  return fallback ?? false;
}