call method

Implementation

@override
JoyFeedbackArray call({
  List<JoyFeedback>? array,
}) => JoyFeedbackArray(
array: array,
);