box property

  1. @protected
  2. @visibleForTesting
Box<T>? box

Implementation

@protected
@visibleForTesting
Box<T>? get box => (_box?.isOpen ?? false) ? _box : null;