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