type property

DialogType type

Dialog's type, can be one of alert, beforeunload, confirm or prompt.

Implementation

DialogType get type => _openingEvent.type;