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