mapToSqlVariable method

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

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

Implementation

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