Returns the number of rows affected by the last INSERT, UPDATE, or DELETE.
This is useful for determining how many records were modified by
data manipulation operations.
Implementation
@override
int get affectedRows => resultSet.affectedRows.toInt();