Transaction.success constructor

Transaction.success(
  1. Object? value
)

The transaction was successful and should update the reference to the new value provided.

Implementation

Transaction.success(Object? value) : this._(false, value);