nyPageName method
Get the ny page name.
Implementation
String nyPageName() {
return "${this.$2.runtimeType.toString().replaceAll("BuildContext", "")}State"
.replaceAll("() => ", "() => _");
}
Get the ny page name.
String nyPageName() {
return "${this.$2.runtimeType.toString().replaceAll("BuildContext", "")}State"
.replaceAll("() => ", "() => _");
}