ServerFocusEvent constructor

ServerFocusEvent([
  1. String type = 'focus'
])

Implementation

ServerFocusEvent([String type = 'focus']) : super(type);