toJsonPretty method
to json helper using 2 spaces indent.
Implementation
String toJsonPretty({
List<String>? columns,
bool includeMissingValue = false,
}) => jsonPrettyEncode(
toMapList(columns: columns, includeMissingValue: includeMissingValue),
);