actionCut method

dynamic actionCut(
  1. StarXpandCutType type
)

Implementation

actionCut(StarXpandCutType type) {
  _actions.add({'action': 'cut', 'type': type.name});
}