MoveImpact constructor

MoveImpact({
  1. String? detail,
})

Implementation

MoveImpact({
  this.detail,
});