ServerAnimationEvent constructor

ServerAnimationEvent([
  1. String type = 'animationend'
])

Implementation

ServerAnimationEvent([String type = 'animationend']) : super(type);