toString method

  1. @override
String toString()
override

This function can be used in debugging to identify the action dispatched, especially in case of multiple actions dispatched, if needed.

Implementation

@override
String toString() => "FutureSucceededAction[type = $A, payload = $payload]";