toString method

  1. @override
String toString()
override

Generates the SQL expression to extract the value at path.

Implementation

@override
String toString() => "json_extract($rootColumn, '\$.$path')";