validObj static method

bool validObj(
  1. Object? obj
)

Implementation

static bool validObj(Object? obj) {
    return obj is RecuriveMutex;
}