initialized property

bool get initialized

Implementation

bool get initialized {
  return _initialized != null && _initialized!;
}