CrossModuleOp constructor

const CrossModuleOp({
  1. String? storeKey,
  2. List<int>? key,
  3. List<int>? value,
  4. bool? isDelete,
})

Implementation

const CrossModuleOp({this.storeKey, this.key, this.value, this.isDelete});