dart / 2 / dart-html / events / operator_get.html

operator [] method

Stream<Event> operator [](
  1. String type
)

Implementation

Stream<Event> operator [](String type) {
  return new _EventStream(_ptr, type, false);
}

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/Events/operator_get.html