toColumnMap abstract method

Map<String, dynamic> toColumnMap()

Returns a single-level map that maps the column name (or its alias) to the value returned on that position.

Implementation

Map<String, dynamic> toColumnMap();