goRs property

FutureOr<String?> goRs

Implementation

FutureOr<String?> get goRs {
  return NopRoute.restorablePushNamed(context,
      fullName: route.fullName, arguments: arguments);
}