UndoManagerRef constructor

const UndoManagerRef({
  1. required int ref,
})

Implementation

const UndoManagerRef({
  required this.ref,
});