toString method

  1. @override
String toString()
override

Generates a string representation of the Action.

Implementation

@override
String toString() {
  return 'Action{message: $message, rawData: $rawData, action: $action, oldScope: $oldScope, newScope: $newScope}';
}