result property

The operation's result. This property will be set after calling Batch.execute; it returns null if the batch has not been executed yet.

Implementation

BatchOperationResult? get result => _result;