operation property

String? operation
final

An informal description of what the sqlite3 package was attempting to do when the exception occured, e.g. "preparing a statement", "opening the database".

Implementation

final String? operation;