toString method
override
Override this method to include additional information in the debugging data printed by debugDumpRenderTree and friends.
By default, returns the runtimeType of the class.
Implementation
@override
String toString() => objectRuntimeType(this, 'FlowDelegate');