Fix signature of toStringName()
...which I accidentally changed in a previous commit.
This commit is contained in:
@@ -945,7 +945,7 @@ abstract class StatefulComponent extends Component {
|
||||
_scheduleBuild();
|
||||
}
|
||||
|
||||
String toStringName([String prefix = '', String startPrefix = '']) {
|
||||
String toStringName() {
|
||||
if (_disqualifiedFromEverAppearingAgain)
|
||||
return '[[DISQUALIFIED]] ${super.toStringName()}';
|
||||
return super.toStringName();
|
||||
|
||||
Reference in New Issue
Block a user