MemoRef constructor

MemoRef({
  1. String? value,
})

Implementation

MemoRef({
  this.value
});