type method

T type(
  1. DialogType type
)

Implementation

T type(DialogType type) {
  dialogType = type;

  return this as T;
}