var_exporter 1.0.0 copy "var_exporter: ^1.0.0" to clipboard
var_exporter: ^1.0.0 copied to clipboard

Exporting a printable representational string of the given nullable object.

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"
0
likes
115
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

Exporting a printable representational string of the given nullable object.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on var_exporter