mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix signature of toStringName()
...which I accidentally changed in a previous commit.
This commit is contained in:
parent
832da04002
commit
9fcdce393a
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user