menu
Dart
dart:html
CustomEvent
detail property
detail
brightness_4
description
detail
property
Null safety
dynamic
detail
Implementation
get detail { if (_dartDetail != null) { return _dartDetail; } return _detail; }
Dart
dart:html
CustomEvent
detail property
CustomEvent class
Constructors
CustomEvent
Properties
bubbles
cancelable
composed
currentTarget
defaultPrevented
detail
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
Methods
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==