nyPageName method

String nyPageName()

Get the ny page name.

Implementation

String nyPageName() {
  return "${this.$2.runtimeType.toString().replaceAll("BuildContext", "")}State"
      .replaceAll("() => ", "() => _");
}