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