instance property

T? instance

Implementation

T? get instance {
  assert(!_isDisposed);

  return _instance;
}