atom property
Expression<DriftAny>
get
atom
The value, or null
if this is not a scalar value (so either an object
or an array).
Implementation
Expression<DriftAny> get atom => _col('atom');
The value, or null
if this is not a scalar value (so either an object
or an array).
Expression<DriftAny> get atom => _col('atom');