OkfBundleApplied constructor

const OkfBundleApplied({
  1. required OkfBundleCommitResult result,
})

Creates an applied result from the exact prepared commit.

Implementation

const OkfBundleApplied({required this.result}) : super._();