value property

Object? value
final

The resulting value after the completion of the sub-operation.

This is only returned in the case of a counter operation (increment/decrement) and is not included for general operations.

Implementation

final Object? value;