isNotNull method

bool isNotNull ()

Implementation

bool isNotNull() {
  return internalState != null;
}