SqliteException constructor
SqliteException({})
Implementation
SqliteException({
required this.extendedResultCode,
required this.message,
this.explanation,
this.causingStatement,
this.parametersToStatement,
this.operation,
this.offset,
});