parametersToStatement property

List<Object?>? parametersToStatement
final

If this exception has a causingStatement, this list contains the parameters used to run that statement.

Implementation

final List<Object?>? parametersToStatement;