toString method

  1. @override
String toString()
override

Always throws — see Rx.toString.

Implementation

@override
String toString() =>
    throw AssertionError("RxEvent is not supposed to use directly in interpolation, use RxEventListener");