Dart
dart:html
Events
operator [] method
operator []
description
operator []
method
Null safety
Stream
<
Event
>
operator []
(
String
type
)
Implementation
Stream<Event> operator [](String type) { return new _EventStream(_ptr, type, false); }
Dart
dart:html
Events
operator [] method
Events class
Constructors
Events
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
operator []