copy static method

ArcaneInteraction copy(
  1. String text, {
  2. String? feedback,
})

Implementation

static ArcaneInteraction copy(String text, {String? feedback}) =>
    _CopyInteraction(text, feedback);