operator + method

  1. @override
GraphSnapshot<V> operator +(
  1. Object other
)
override

Implementation

@override
GraphSnapshot<V> operator +(Object other) => _execute(() => current + other);