type method

Custom event type

Implementation

DevCycleEventBuilder type(String type) {
  _type = type;
  return this;
}