toString method

  1. @override
String toString()
override

Always throws — see Rx.toString.

Implementation

@override
String toString() => throw AssertionError("RxList is not supposed to use directly in interpolation, use ref.watch()");