initialized property

bool initialized

Implementation

bool get initialized {
  return _context != null;
}