isInitialized static method

bool isInitialized()

Sp is initialized.

Implementation

static bool isInitialized() {
  return _singleton != null;
}