ServerTransitionEvent constructor

ServerTransitionEvent([
  1. String type = 'transitionend'
])

Implementation

ServerTransitionEvent([String type = 'transitionend']) : super(type);