var_exporter

Creator: coderz1093

Last updated:

0 purchases

var_exporter Image
var_exporter Images
Add to Cart

Description:

var exporter

Exporting a printable representational string of the given nullable object.
Like repr(var) in python or var_export($var) in php.
Usage #
import 'package:var_exporter/var_exporter.dart';

final exporter = VarExporter.create();

print(exporter.export('string')); // "string"
print(exporter.export('\$string')); // r"$string"
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.