id property
Expression<int>
get
id
An id uniquely identifying this element in the original JSON tree.
Implementation
Expression<int> get id => _col('id');
An id uniquely identifying this element in the original JSON tree.
Expression<int> get id => _col('id');