path property
Expression<String>
get
path
Similar to fullKey, but relative to the root
argument passed to
JsonExtensions.jsonEach or JsonExtensions.jsonTree.
Implementation
Expression<String> get path => _col('path');