MutateInResultEntry constructor

const MutateInResultEntry({
  1. Object? value,
})

Implementation

const MutateInResultEntry({
  this.value,
});