routeParamSuperParams property

String get routeParamSuperParams

Implementation

String get routeParamSuperParams {
  final result = StringBuffer();
  if(withFlutterState) {
    result.writeln("flutterState: flutterState,");
  }
  return result.toString();
}