type property
Expression<String>
get
type
The result of calling sqlite3_type
on this JSON element.
Implementation
Expression<String> get type => _col('type');
The result of calling sqlite3_type
on this JSON element.
Expression<String> get type => _col('type');