getActionType method Null safety

String getActionType()

Returns action type of the mouse event (lef/right button, etc). See RemoteControlMouseActionType

Implementation

String getActionType() {
  return _actionType;
}