isCrash method

  1. @override
bool isCrash()
override

GeneralLib

Implementation

@override
bool isCrash() {
  throw UnimplementedError();
}