mapToSqlVariable method

  1. @override
num? mapToSqlVariable(
  1. num? content
)
override

Maps the content to a value that we can send together with a prepared statement to represent the given value.

Implementation

@override
num? mapToSqlVariable(num? content) => content;