SqlLiteral constructor

SqlLiteral(
  1. Object? value
)

Implementation

SqlLiteral(Object? value) : super(sqlLiteral(value));